Merge pull request #38 from regro-cf-autotick-bot/0.2.3_ha81619

gdptools v0.2.3
This commit is contained in:
nidichaogequ
2025-06-05 23:28:05 +08:00
3 changed files with 18 additions and 19 deletions
+4 -5
View File
@@ -31,11 +31,10 @@ pkgs_dirs:
CONDARC
mamba install --update-specs --yes --quiet --channel conda-forge \
conda-build pip boa conda-forge-ci-setup=3
mamba update --update-specs --yes --quiet --channel conda-forge \
conda-build pip boa conda-forge-ci-setup=3
mamba install --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \
pip mamba conda-build boa conda-forge-ci-setup=3
mamba update --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \
pip mamba conda-build boa conda-forge-ci-setup
# set up the condarc
setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"
+2 -2
View File
@@ -12,7 +12,7 @@ function startgroup {
echo "##[group]$1";;
travis )
echo "$1"
echo -en 'travis_fold:start:'"${1// /}"'\\r';;
echo -en 'travis_fold:start:'"${1// /}"'\r';;
github_actions )
echo "::group::$1";;
* )
@@ -28,7 +28,7 @@ function endgroup {
azure )
echo "##[endgroup]";;
travis )
echo -en 'travis_fold:end:'"${1// /}"'\\r';;
echo -en 'travis_fold:end:'"${1// /}"'\r';;
github_actions )
echo "::endgroup::";;
esac
+12 -12
View File
@@ -1,5 +1,5 @@
{% set name = "gdptools" %}
{% set version = "0.2.2" %}
{% set version = "0.2.3" %}
package:
name: {{ name|lower }}
@@ -7,7 +7,7 @@ package:
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/gdptools-{{ version }}.tar.gz
sha256: 8f49e51cf9525a0eb2a448ec9d834c3b282b82cf427a842e5919b3561d0d95b3
sha256: 968eb4c51ce2b76bb7b87ee9e5d80d4ab56788af8496ff570cb5e3e75ccc2567
build:
entry_points:
@@ -18,14 +18,14 @@ build:
requirements:
host:
- python >=3.8,<=3.11
- python >=3.9,<=3.12
- pip
- poetry-core >=1.0.0
run:
- certifi <2023.7.22
- bump2version >=1.0.1,<2.0.0
# - certifi <2023.7.22
# - bump2version >=1.0.1,<2.0.0
- python >=3.8,<=3.11
- dask-core >=2022.0.0
# - dask-core <=2023.8.1
- fastparquet >=0.4.0
- pyarrow >=1.0.1
- dask-geopandas >=0.2.0
@@ -33,14 +33,14 @@ requirements:
- numpy >=1.21
- geopandas >=0.13.0
- shapely >=2.0
- pygeos >=0.14.0,<0.15.0
# - pygeos >=0.14.0,<0.15.0
- pyproj >=3.3.0
- metpy >=1.2.0
- attrs >=20.3,<22
- pydantic <=1.10.9
# - attrs >=20.3,<22
- pydantic >=1.10.5,<2.0.0
- xarray >=2022.6.0
- netcdf4 >=1.5.8
- scipy >=1.9.0
- scipy >=1.10.0,<2.0.0
- pydap >=3.2.2,<4.0.0
- zarr >=2.12.0
- rasterio >=1.2.9
@@ -53,9 +53,9 @@ requirements:
- fsspec
- cftime
- cfgrib
- pooch
# - pooch
# xarray[accel]
- flox
# - flox
test:
imports: