Merge pull request #21 from regro-cf-autotick-bot/0.0.25.dev7_h897e6b

gdptools v0.0.25.dev7
This commit is contained in:
nidichaogequ
2024-06-10 03:22:04 +08:00
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# This file was generated automatically from conda-smithy. To update this configuration,
# update the conda-forge.yml and/or the recipe/meta.yaml.
# -*- mode: yaml -*-
# -*- mode: jinja-yaml -*-
version: 2
+2 -2
View File
@@ -33,9 +33,9 @@ CONDARC
mamba install --update-specs --yes --quiet --channel conda-forge \
conda-build pip boa conda-forge-ci-setup=3
conda-build pip boa conda-forge-ci-setup=3 "py-lief<0.12"
mamba update --update-specs --yes --quiet --channel conda-forge \
conda-build pip boa conda-forge-ci-setup=3
conda-build pip boa conda-forge-ci-setup=3 "py-lief<0.12"
# set up the condarc
setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"
+6 -6
View File
@@ -1,5 +1,5 @@
{% set name = "gdptools" %}
{% set version = "0.0.25.dev6" %}
{% set version = "0.0.25.dev7" %}
package:
name: {{ name|lower }}
@@ -7,7 +7,7 @@ package:
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/gdptools-{{ version }}.tar.gz
sha256: 98cb62b13ef81a2726941275ae45859474b4864dcc4d5d5928b546bec8835cfd
sha256: a4d1d141ac9cc0d7adac113ea57afbc6010e394e8b7026c18de01f3bfa8d9d1a
build:
entry_points:
@@ -24,7 +24,7 @@ requirements:
run:
- python >=3.6,<3.10
- pandas >=1.4.0
- numpy >=1.21.0,<2.0.0
- numpy >=1.21.0
- geopandas >=0.11.0
- shapely >=1.8.1
- pygeos >=0.12.0
@@ -34,11 +34,11 @@ requirements:
- pydantic >=1.9.0
- xarray >=2022.6.0
- netcdf4 <=1.6.1
- scipy >=1.9.1,<2.0.0
- scipy >=1.9.0
- pydap >=3.2.2,<4.0.0
- zarr >=2.13.1,<3.0.0
- zarr >=2.12.0
- rasterio >=1.2.9
- bottleneck >=1.3.5,<2.0.0
- bottleneck >=1.3.3
- dask >=2022.0.0
# xarray[io]
- h5netcdf