Files
polymarket-reverse-arbitrag…/recipe/meta.yaml
T

83 lines
1.7 KiB
YAML
Raw Normal View History

{% set name = "gdptools" %}
2025-11-10 22:44:06 +08:00
{% set version = "0.2.9" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/gdptools-{{ version }}.tar.gz
2025-11-10 22:44:06 +08:00
sha256: 2648589c111e35626bed44f8d59daee0da36f76cd427d61e3adcd54e1478c0db
build:
entry_points:
- gdptools = gdptools.__main__:main
noarch: python
script: {{ PYTHON }} -m pip install . -vv
2024-09-04 07:02:44 +08:00
number: 0
requirements:
host:
2025-10-07 22:22:06 +08:00
- python >=3.9,<3.12
- pip
2025-05-29 15:46:45 +08:00
- poetry-core >=1.0.0
run:
2025-05-18 10:08:45 +08:00
# - certifi <2023.7.22
# - bump2version >=1.0.1,<2.0.0
2025-10-21 21:46:06 +08:00
- tqdm >=4.66.2,<5.0.0
2025-09-15 23:47:26 +08:00
- statsmodels >=0.14.0,<0.15.0
2025-06-11 12:36:05 +08:00
- dask-core <=2023.8.1
2025-10-02 18:55:26 +08:00
- python >=3.9,<3.12
2024-11-19 20:48:05 +08:00
- fastparquet >=0.4.0
- pyarrow >=1.0.1
2024-10-12 23:34:05 +08:00
- dask-geopandas >=0.2.0
2024-02-24 04:26:04 +08:00
- pandas >=1.4.0
2025-09-15 23:47:26 +08:00
- numpy <2.0
2025-03-11 10:47:25 +08:00
- geopandas >=0.13.0
- shapely >=2.0
2025-05-18 10:08:45 +08:00
# - pygeos >=0.14.0,<0.15.0
2024-02-24 04:26:04 +08:00
- pyproj >=3.3.0
- metpy >=1.2.0
2025-05-18 10:08:45 +08:00
# - attrs >=20.3,<22
2025-05-08 02:58:05 +08:00
- pydantic >=1.10.5,<2.0.0
2024-04-27 16:18:04 +08:00
- xarray >=2022.6.0
2025-02-16 16:52:05 +08:00
- netcdf4 >=1.5.8
2025-05-08 02:58:05 +08:00
- scipy >=1.10.0,<2.0.0
2024-03-15 09:54:44 +08:00
- pydap >=3.2.2,<4.0.0
2024-06-09 21:19:24 +08:00
- zarr >=2.12.0
2024-04-27 16:18:04 +08:00
- rasterio >=1.2.9
2024-06-09 21:19:24 +08:00
- bottleneck >=1.3.3
2024-04-27 16:18:04 +08:00
- dask >=2022.0.0
2024-06-21 03:46:04 +08:00
- joblib >=1.1.0
- rioxarray >=0.12.0
2024-03-08 05:08:04 +08:00
# xarray[io]
- h5netcdf
- fsspec
- cftime
- cfgrib
2025-05-18 10:08:45 +08:00
# - pooch
2024-03-08 05:08:04 +08:00
# xarray[accel]
2025-05-18 10:08:45 +08:00
# - flox
test:
imports:
- gdptools
commands:
2024-12-05 20:40:45 +08:00
# Should work with shapely 1.8.5, we can remove this when there is a next release with revised pins.
# - pip check
- gdptools --help
requires:
- pip
about:
home: https://code.usgs.gov/wma/nhgf/toolsteam/gdptools
summary: Gdptools
license: Unlicense
license_file:
- LICENSE.md
extra:
recipe-maintainers:
2023-11-03 16:48:43 +08:00
- rmcd-mscb
- ocefpaf