Merge pull request #45 from regro-cf-autotick-bot/0.2.10_h890561
gdptools v0.2.10
This commit is contained in:
@@ -1,15 +1,8 @@
|
|||||||
c_stdlib:
|
|
||||||
- sysroot
|
|
||||||
c_stdlib_version:
|
|
||||||
- '2.12'
|
|
||||||
cdt_name:
|
cdt_name:
|
||||||
- cos6
|
- cos7
|
||||||
channel_sources:
|
channel_sources:
|
||||||
- conda-forge
|
- conda-forge
|
||||||
channel_targets:
|
channel_targets:
|
||||||
- conda-forge main
|
- conda-forge main
|
||||||
docker_image:
|
docker_image:
|
||||||
- quay.io/condaforge/linux-anvil-cos7-x86_64
|
- quay.io/condaforge/linux-anvil-cos7-x86_64
|
||||||
zip_keys:
|
|
||||||
- - c_stdlib_version
|
|
||||||
- cdt_name
|
|
||||||
|
|||||||
Generated
+2
-2
@@ -20,8 +20,8 @@ bld.bat text eol=crlf
|
|||||||
.travis.yml linguist-generated=true
|
.travis.yml linguist-generated=true
|
||||||
.scripts/* linguist-generated=true
|
.scripts/* linguist-generated=true
|
||||||
.woodpecker.yml linguist-generated=true
|
.woodpecker.yml linguist-generated=true
|
||||||
LICENSE.txt linguist-generated=true
|
/LICENSE.txt linguist-generated=true
|
||||||
README.md linguist-generated=true
|
/README.md linguist-generated=true
|
||||||
azure-pipelines.yml linguist-generated=true
|
azure-pipelines.yml linguist-generated=true
|
||||||
build-locally.py linguist-generated=true
|
build-locally.py linguist-generated=true
|
||||||
shippable.yml linguist-generated=true
|
shippable.yml linguist-generated=true
|
||||||
|
|||||||
Generated
+6
@@ -69,6 +69,12 @@ else
|
|||||||
--suppress-variables ${EXTRA_CB_OPTIONS:-} \
|
--suppress-variables ${EXTRA_CB_OPTIONS:-} \
|
||||||
--clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml" \
|
--clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml" \
|
||||||
--extra-meta flow_run_id="${flow_run_id:-}" remote_url="${remote_url:-}" sha="${sha:-}"
|
--extra-meta flow_run_id="${flow_run_id:-}" remote_url="${remote_url:-}" sha="${sha:-}"
|
||||||
|
( startgroup "Inspecting artifacts" ) 2> /dev/null
|
||||||
|
|
||||||
|
# inspect_artifacts was only added in conda-forge-ci-setup 4.6.0
|
||||||
|
command -v inspect_artifacts >/dev/null 2>&1 && inspect_artifacts || echo "inspect_artifacts needs conda-forge-ci-setup >=4.6.0"
|
||||||
|
|
||||||
|
( endgroup "Inspecting artifacts" ) 2> /dev/null
|
||||||
( startgroup "Validating outputs" ) 2> /dev/null
|
( startgroup "Validating outputs" ) 2> /dev/null
|
||||||
|
|
||||||
validate_recipe_outputs "${FEEDSTOCK_NAME}"
|
validate_recipe_outputs "${FEEDSTOCK_NAME}"
|
||||||
|
|||||||
+17
-12
@@ -1,5 +1,5 @@
|
|||||||
{% set name = "gdptools" %}
|
{% set name = "gdptools" %}
|
||||||
{% set version = "0.2.9" %}
|
{% set version = "0.2.10" %}
|
||||||
|
|
||||||
package:
|
package:
|
||||||
name: {{ name|lower }}
|
name: {{ name|lower }}
|
||||||
@@ -7,7 +7,7 @@ package:
|
|||||||
|
|
||||||
source:
|
source:
|
||||||
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/gdptools-{{ version }}.tar.gz
|
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/gdptools-{{ version }}.tar.gz
|
||||||
sha256: 2648589c111e35626bed44f8d59daee0da36f76cd427d61e3adcd54e1478c0db
|
sha256: cf407c4ab6214b964ecf74f7c0859ebc0d2b64b1db39c514b7e49e5642919d0b
|
||||||
|
|
||||||
build:
|
build:
|
||||||
entry_points:
|
entry_points:
|
||||||
@@ -24,14 +24,19 @@ requirements:
|
|||||||
run:
|
run:
|
||||||
# - certifi <2023.7.22
|
# - certifi <2023.7.22
|
||||||
# - bump2version >=1.0.1,<2.0.0
|
# - bump2version >=1.0.1,<2.0.0
|
||||||
|
- geoviews >=1.12.0,<2.0.0
|
||||||
|
- pystac >=1.10.0,<2.0.0
|
||||||
|
- s3fs >=2024.3.1,<2025.0.0
|
||||||
|
- urllib3 1.26.18
|
||||||
|
- xpystac >=0.1.3,<0.2.0
|
||||||
- tqdm >=4.66.2,<5.0.0
|
- tqdm >=4.66.2,<5.0.0
|
||||||
- statsmodels >=0.14.0,<0.15.0
|
- statsmodels >=0.14.0,<0.15.0
|
||||||
- dask-core <=2023.8.1
|
- dask-core 2024.4.2
|
||||||
- python >=3.9,<3.12
|
- python >=3.9,<3.12
|
||||||
- fastparquet >=0.4.0
|
- fastparquet >=2024.2.0
|
||||||
- pyarrow >=1.0.1
|
- pyarrow <17.0.0
|
||||||
- dask-geopandas >=0.2.0
|
- dask-geopandas >=0.3.0
|
||||||
- pandas >=1.4.0
|
- pandas >=2.0.0
|
||||||
- numpy <2.0
|
- numpy <2.0
|
||||||
- geopandas >=0.13.0
|
- geopandas >=0.13.0
|
||||||
- shapely >=2.0
|
- shapely >=2.0
|
||||||
@@ -40,16 +45,16 @@ requirements:
|
|||||||
- metpy >=1.2.0
|
- metpy >=1.2.0
|
||||||
# - attrs >=20.3,<22
|
# - attrs >=20.3,<22
|
||||||
- pydantic >=1.10.5,<2.0.0
|
- pydantic >=1.10.5,<2.0.0
|
||||||
- xarray >=2022.6.0
|
- xarray >=2024.3.0
|
||||||
- netcdf4 >=1.5.8
|
- netcdf4 >=1.5.8
|
||||||
- scipy >=1.10.0,<2.0.0
|
- scipy >=1.13.0,<2.0.0
|
||||||
- pydap >=3.2.2,<4.0.0
|
- pydap >=3.2.2,<4.0.0
|
||||||
- zarr >=2.12.0
|
- zarr >=2.12.0
|
||||||
- rasterio >=1.2.9
|
- rasterio >=1.2.9
|
||||||
- bottleneck >=1.3.3
|
- bottleneck >=1.3.8
|
||||||
- dask >=2022.0.0
|
- dask >=2022.0.0
|
||||||
- joblib >=1.1.0
|
- joblib >=1.4.0
|
||||||
- rioxarray >=0.12.0
|
- rioxarray >=0.13.0
|
||||||
# xarray[io]
|
# xarray[io]
|
||||||
- h5netcdf
|
- h5netcdf
|
||||||
- fsspec
|
- fsspec
|
||||||
|
|||||||
Reference in New Issue
Block a user