Files
polymarket-reverse-arbitrag…/recipe/meta.yaml
T
2024-03-12 19:31:24 +08:00

74 lines
1.3 KiB
YAML

{% set name = "gdptools" %}
{% set version = "0.0.25.dev2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/gdptools-{{ version }}.tar.gz
sha256: 76ad4717671e4c028bbd2409a8df336c2de3c157108279dede50e25a535182f5
build:
entry_points:
- gdptools = gdptools.__main__:main
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
requirements:
host:
- python >=3.6,<3.10
- pip
- poetry-core >=1.0.0
run:
- python >=3.6,<3.10
- pandas >=1.4.0
- numpy >=1.21.0,<2.0.0
- geopandas >=0.11.0
- shapely >=1.8.1
- pygeos >=0.12.0
- pyproj >=3.3.0
- metpy >=1.2.0
- attrs >=21.4.0
- pydantic >=1.9.0
- xarray >=0.21.1
# xarray[io]
- netCDF4
- h5netcdf
- scipy
- zarr
- fsspec
- cftime
- rasterio
- cfgrib
- pooch
# xarray[accel]
- scipy
- bottleneck
- flox
# xarray[parallel]
# dask[complete]
- dask
test:
imports:
- gdptools
commands:
- 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:
- rmcd-mscb
- ocefpaf