Merge pull request #21 from regro-cf-autotick-bot/0.0.25.dev7_h897e6b
gdptools v0.0.25.dev7
This commit is contained in:
Generated
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
# This file was generated automatically from conda-smithy. To update this configuration,
|
# This file was generated automatically from conda-smithy. To update this configuration,
|
||||||
# update the conda-forge.yml and/or the recipe/meta.yaml.
|
# update the conda-forge.yml and/or the recipe/meta.yaml.
|
||||||
# -*- mode: yaml -*-
|
# -*- mode: jinja-yaml -*-
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
|
|||||||
Generated
+2
-2
@@ -33,9 +33,9 @@ CONDARC
|
|||||||
|
|
||||||
|
|
||||||
mamba install --update-specs --yes --quiet --channel conda-forge \
|
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 \
|
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
|
# set up the condarc
|
||||||
setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"
|
setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"
|
||||||
|
|||||||
+6
-6
@@ -1,5 +1,5 @@
|
|||||||
{% set name = "gdptools" %}
|
{% set name = "gdptools" %}
|
||||||
{% set version = "0.0.25.dev6" %}
|
{% set version = "0.0.25.dev7" %}
|
||||||
|
|
||||||
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: 98cb62b13ef81a2726941275ae45859474b4864dcc4d5d5928b546bec8835cfd
|
sha256: a4d1d141ac9cc0d7adac113ea57afbc6010e394e8b7026c18de01f3bfa8d9d1a
|
||||||
|
|
||||||
build:
|
build:
|
||||||
entry_points:
|
entry_points:
|
||||||
@@ -24,7 +24,7 @@ requirements:
|
|||||||
run:
|
run:
|
||||||
- python >=3.6,<3.10
|
- python >=3.6,<3.10
|
||||||
- pandas >=1.4.0
|
- pandas >=1.4.0
|
||||||
- numpy >=1.21.0,<2.0.0
|
- numpy >=1.21.0
|
||||||
- geopandas >=0.11.0
|
- geopandas >=0.11.0
|
||||||
- shapely >=1.8.1
|
- shapely >=1.8.1
|
||||||
- pygeos >=0.12.0
|
- pygeos >=0.12.0
|
||||||
@@ -34,11 +34,11 @@ requirements:
|
|||||||
- pydantic >=1.9.0
|
- pydantic >=1.9.0
|
||||||
- xarray >=2022.6.0
|
- xarray >=2022.6.0
|
||||||
- netcdf4 <=1.6.1
|
- netcdf4 <=1.6.1
|
||||||
- scipy >=1.9.1,<2.0.0
|
- scipy >=1.9.0
|
||||||
- pydap >=3.2.2,<4.0.0
|
- pydap >=3.2.2,<4.0.0
|
||||||
- zarr >=2.13.1,<3.0.0
|
- zarr >=2.12.0
|
||||||
- rasterio >=1.2.9
|
- rasterio >=1.2.9
|
||||||
- bottleneck >=1.3.5,<2.0.0
|
- bottleneck >=1.3.3
|
||||||
- dask >=2022.0.0
|
- dask >=2022.0.0
|
||||||
# xarray[io]
|
# xarray[io]
|
||||||
- h5netcdf
|
- h5netcdf
|
||||||
|
|||||||
Reference in New Issue
Block a user