Merge pull request #38 from regro-cf-autotick-bot/0.2.3_ha81619
gdptools v0.2.3
This commit is contained in:
Generated
+4
-5
@@ -31,11 +31,10 @@ pkgs_dirs:
|
|||||||
|
|
||||||
CONDARC
|
CONDARC
|
||||||
|
|
||||||
|
mamba install --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \
|
||||||
mamba install --update-specs --yes --quiet --channel conda-forge \
|
pip mamba conda-build boa conda-forge-ci-setup=3
|
||||||
conda-build pip boa conda-forge-ci-setup=3
|
mamba update --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \
|
||||||
mamba update --update-specs --yes --quiet --channel conda-forge \
|
pip mamba conda-build boa conda-forge-ci-setup
|
||||||
conda-build pip boa conda-forge-ci-setup=3
|
|
||||||
|
|
||||||
# set up the condarc
|
# set up the condarc
|
||||||
setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"
|
setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"
|
||||||
|
|||||||
Generated
+2
-2
@@ -12,7 +12,7 @@ function startgroup {
|
|||||||
echo "##[group]$1";;
|
echo "##[group]$1";;
|
||||||
travis )
|
travis )
|
||||||
echo "$1"
|
echo "$1"
|
||||||
echo -en 'travis_fold:start:'"${1// /}"'\\r';;
|
echo -en 'travis_fold:start:'"${1// /}"'\r';;
|
||||||
github_actions )
|
github_actions )
|
||||||
echo "::group::$1";;
|
echo "::group::$1";;
|
||||||
* )
|
* )
|
||||||
@@ -28,7 +28,7 @@ function endgroup {
|
|||||||
azure )
|
azure )
|
||||||
echo "##[endgroup]";;
|
echo "##[endgroup]";;
|
||||||
travis )
|
travis )
|
||||||
echo -en 'travis_fold:end:'"${1// /}"'\\r';;
|
echo -en 'travis_fold:end:'"${1// /}"'\r';;
|
||||||
github_actions )
|
github_actions )
|
||||||
echo "::endgroup::";;
|
echo "::endgroup::";;
|
||||||
esac
|
esac
|
||||||
|
|||||||
+12
-12
@@ -1,5 +1,5 @@
|
|||||||
{% set name = "gdptools" %}
|
{% set name = "gdptools" %}
|
||||||
{% set version = "0.2.2" %}
|
{% set version = "0.2.3" %}
|
||||||
|
|
||||||
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: 8f49e51cf9525a0eb2a448ec9d834c3b282b82cf427a842e5919b3561d0d95b3
|
sha256: 968eb4c51ce2b76bb7b87ee9e5d80d4ab56788af8496ff570cb5e3e75ccc2567
|
||||||
|
|
||||||
build:
|
build:
|
||||||
entry_points:
|
entry_points:
|
||||||
@@ -18,14 +18,14 @@ build:
|
|||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
host:
|
host:
|
||||||
- python >=3.8,<=3.11
|
- python >=3.9,<=3.12
|
||||||
- pip
|
- pip
|
||||||
- poetry-core >=1.0.0
|
- poetry-core >=1.0.0
|
||||||
run:
|
run:
|
||||||
- certifi <2023.7.22
|
# - certifi <2023.7.22
|
||||||
- bump2version >=1.0.1,<2.0.0
|
# - bump2version >=1.0.1,<2.0.0
|
||||||
- python >=3.8,<=3.11
|
- python >=3.8,<=3.11
|
||||||
- dask-core >=2022.0.0
|
# - dask-core <=2023.8.1
|
||||||
- fastparquet >=0.4.0
|
- fastparquet >=0.4.0
|
||||||
- pyarrow >=1.0.1
|
- pyarrow >=1.0.1
|
||||||
- dask-geopandas >=0.2.0
|
- dask-geopandas >=0.2.0
|
||||||
@@ -33,14 +33,14 @@ requirements:
|
|||||||
- numpy >=1.21
|
- numpy >=1.21
|
||||||
- geopandas >=0.13.0
|
- geopandas >=0.13.0
|
||||||
- shapely >=2.0
|
- shapely >=2.0
|
||||||
- pygeos >=0.14.0,<0.15.0
|
# - pygeos >=0.14.0,<0.15.0
|
||||||
- pyproj >=3.3.0
|
- pyproj >=3.3.0
|
||||||
- metpy >=1.2.0
|
- metpy >=1.2.0
|
||||||
- attrs >=20.3,<22
|
# - attrs >=20.3,<22
|
||||||
- pydantic <=1.10.9
|
- pydantic >=1.10.5,<2.0.0
|
||||||
- xarray >=2022.6.0
|
- xarray >=2022.6.0
|
||||||
- netcdf4 >=1.5.8
|
- netcdf4 >=1.5.8
|
||||||
- scipy >=1.9.0
|
- scipy >=1.10.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
|
||||||
@@ -53,9 +53,9 @@ requirements:
|
|||||||
- fsspec
|
- fsspec
|
||||||
- cftime
|
- cftime
|
||||||
- cfgrib
|
- cfgrib
|
||||||
- pooch
|
# - pooch
|
||||||
# xarray[accel]
|
# xarray[accel]
|
||||||
- flox
|
# - flox
|
||||||
|
|
||||||
test:
|
test:
|
||||||
imports:
|
imports:
|
||||||
|
|||||||
Reference in New Issue
Block a user