Merge pull request #34 from regro-cf-autotick-bot/0.0.34_hd789d6
gdptools v0.0.34
This commit is contained in:
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 "py-lief<0.12"
|
conda-build pip boa conda-forge-ci-setup=3
|
||||||
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 "py-lief<0.12"
|
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}"
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
About gdptools
|
About gdptools-feedstock
|
||||||
==============
|
========================
|
||||||
|
|
||||||
|
Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/gdptools-feedstock/blob/main/LICENSE.txt)
|
||||||
|
|
||||||
Home: https://code.usgs.gov/wma/nhgf/toolsteam/gdptools
|
Home: https://code.usgs.gov/wma/nhgf/toolsteam/gdptools
|
||||||
|
|
||||||
Package license: Unlicense
|
Package license: Unlicense
|
||||||
|
|
||||||
Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/gdptools-feedstock/blob/main/LICENSE.txt)
|
|
||||||
|
|
||||||
Summary: Gdptools
|
Summary: Gdptools
|
||||||
|
|
||||||
Current build status
|
Current build status
|
||||||
|
|||||||
+5
-5
@@ -1,5 +1,5 @@
|
|||||||
{% set name = "gdptools" %}
|
{% set name = "gdptools" %}
|
||||||
{% set version = "0.0.33" %}
|
{% set version = "0.0.34" %}
|
||||||
|
|
||||||
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: 720488ec19f736c062c6bba909f873a7a6e795f4ff8b69b0ddeff03a027a08a6
|
sha256: 010b206b202bcff6ca1285676cd822e9738bb5bde5dd5a603cd82f87291a2ddb
|
||||||
|
|
||||||
build:
|
build:
|
||||||
entry_points:
|
entry_points:
|
||||||
@@ -30,14 +30,14 @@ requirements:
|
|||||||
- pandas >=1.4.0
|
- pandas >=1.4.0
|
||||||
- numpy <1.24.0
|
- numpy <1.24.0
|
||||||
- geopandas >=0.11.0
|
- geopandas >=0.11.0
|
||||||
- shapely <1.8.5.post1
|
- shapely <2.0.0
|
||||||
- pygeos >=0.14
|
- 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.9.0
|
- pydantic >=1.9.0
|
||||||
- xarray >=2022.6.0
|
- xarray >=2022.6.0
|
||||||
- netcdf4 <=1.6.1
|
- netcdf4 >=1.5.8
|
||||||
- scipy >=1.9.0
|
- scipy >=1.9.0
|
||||||
- pydap >=3.2.2,<4.0.0
|
- pydap >=3.2.2,<4.0.0
|
||||||
- zarr >=2.12.0
|
- zarr >=2.12.0
|
||||||
|
|||||||
Reference in New Issue
Block a user