regenerate with grayskull
This commit is contained in:
+34
-35
@@ -1,6 +1,6 @@
|
|||||||
{% set name = "gdptools" %}
|
{% set name = "gdptools" %}
|
||||||
{% set version = "0.2.18" %}
|
{% set version = "0.2.18" %}
|
||||||
{% set python_min = "3.9" %}
|
{% set python_min = "3.10" %}
|
||||||
|
|
||||||
package:
|
package:
|
||||||
name: {{ name|lower }}
|
name: {{ name|lower }}
|
||||||
@@ -14,7 +14,7 @@ build:
|
|||||||
entry_points:
|
entry_points:
|
||||||
- gdptools = gdptools.__main__:main
|
- gdptools = gdptools.__main__:main
|
||||||
noarch: python
|
noarch: python
|
||||||
script: {{ PYTHON }} -m pip install . -vv
|
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
|
||||||
number: 0
|
number: 0
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
@@ -23,44 +23,44 @@ requirements:
|
|||||||
- pip
|
- pip
|
||||||
- poetry-core >=1.0.0
|
- poetry-core >=1.0.0
|
||||||
run:
|
run:
|
||||||
# - certifi <2023.7.22
|
|
||||||
# - bump2version >=1.0.1,<2.0.0
|
|
||||||
- geoviews >=1.12.0,<2.0.0
|
|
||||||
- pystac >=1.10.0,<2.0.0
|
|
||||||
- s3fs >=2025.2.0,<2026.0.0
|
|
||||||
- urllib3 >=1.26.0,<2.0.0
|
|
||||||
- xpystac >=0.1.3,<0.2.0
|
|
||||||
- tqdm >=4.66.2,<5.0.0
|
|
||||||
- statsmodels >=0.14.0,<0.15.0
|
|
||||||
- dask-core >2024.8.0
|
|
||||||
- python >={{ python_min }}
|
- python >={{ python_min }}
|
||||||
- fastparquet >=2024.2.0
|
|
||||||
- pyarrow <18.1.1
|
|
||||||
- dask-geopandas >0.4.1
|
|
||||||
- pandas >=2.0.0
|
|
||||||
- numpy >2.0
|
|
||||||
- geopandas >=0.13.0
|
|
||||||
- shapely >=2.0
|
|
||||||
# - pygeos >=0.14.0,<0.15.0
|
|
||||||
- pyproj >=3.3.0
|
|
||||||
- metpy >=1.2.0
|
|
||||||
# - attrs >=20.3,<22
|
|
||||||
- pydantic >=1.10.5,<2.0.0
|
|
||||||
- xarray 2024.7.0
|
|
||||||
- netcdf4 >=1.5.8
|
|
||||||
- scipy >=1.13.0,<2.0.0
|
|
||||||
- pydap >=3.2.2,<4.0.0
|
|
||||||
- zarr >=2.12.0
|
|
||||||
- rasterio >=1.2.9,<1.5.0
|
|
||||||
- bottleneck >=1.3.3
|
- bottleneck >=1.3.3
|
||||||
- dask >=2022.0.0
|
- dask >=2022.0.0
|
||||||
|
- dask-core >2024.8.0
|
||||||
|
- dask-geopandas >0.4.1
|
||||||
|
- fastparquet >=2024.2.0
|
||||||
|
- geopandas >=0.13.0
|
||||||
|
- geoviews >=1.12.0,<2.0.0
|
||||||
- joblib >=1.4.0
|
- joblib >=1.4.0
|
||||||
|
- metpy >=1.2.0
|
||||||
|
- netcdf4 >=1.5.8
|
||||||
|
- numpy >2.0
|
||||||
|
- pandas >=2.0.0
|
||||||
|
- pyarrow <18.1.1
|
||||||
|
- pydantic >=1.10.5,<2.0.0
|
||||||
|
- pydap >=3.2.2,<4.0.0
|
||||||
|
- pyproj >=3.3.0
|
||||||
|
- pystac >=1.10.0,<2.0.0
|
||||||
|
- rasterio >=1.2.9,<1.5.0
|
||||||
- rioxarray >=0.13.0
|
- rioxarray >=0.13.0
|
||||||
|
- s3fs >=2025.2.0,<2026.0.0
|
||||||
|
- scipy >=1.13.0,<2.0.0
|
||||||
|
- shapely >=2.0
|
||||||
|
- statsmodels >=0.14.0,<0.15.0
|
||||||
|
- tqdm >=4.66.2,<5.0.0
|
||||||
|
- urllib3 >=1.26.0,<2.0.0
|
||||||
|
- xarray 2024.7.0
|
||||||
|
- xpystac >=0.1.3,<0.2.0
|
||||||
|
- zarr >=2.12.0
|
||||||
|
# - attrs >=20.3,<22
|
||||||
|
# - bump2version >=1.0.1,<2.0.0
|
||||||
|
# - certifi <2023.7.22
|
||||||
|
# - pygeos >=0.14.0,<0.15.0
|
||||||
# xarray[io]
|
# xarray[io]
|
||||||
- h5netcdf
|
|
||||||
- fsspec
|
|
||||||
- cftime
|
|
||||||
- cfgrib
|
- cfgrib
|
||||||
|
- cftime
|
||||||
|
- fsspec
|
||||||
|
- h5netcdf
|
||||||
# - pooch
|
# - pooch
|
||||||
# xarray[accel]
|
# xarray[accel]
|
||||||
# - flox
|
# - flox
|
||||||
@@ -69,8 +69,7 @@ test:
|
|||||||
imports:
|
imports:
|
||||||
- gdptools
|
- gdptools
|
||||||
commands:
|
commands:
|
||||||
# Should work with shapely 1.8.5, we can remove this when there is a next release with revised pins.
|
- pip check
|
||||||
# - pip check
|
|
||||||
- gdptools --help
|
- gdptools --help
|
||||||
requires:
|
requires:
|
||||||
- python {{ python_min }}
|
- python {{ python_min }}
|
||||||
|
|||||||
Reference in New Issue
Block a user