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

72 lines
1.3 KiB
YAML
Raw Normal View History

{% set name = "gdptools" %}
2024-05-31 00:44:04 +08:00
{% set version = "0.0.25.dev7" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/gdptools-{{ version }}.tar.gz
2024-05-31 00:44:04 +08:00
sha256: a4d1d141ac9cc0d7adac113ea57afbc6010e394e8b7026c18de01f3bfa8d9d1a
build:
entry_points:
- gdptools = gdptools.__main__:main
noarch: python
script: {{ PYTHON }} -m pip install . -vv
2024-03-12 19:31:24 +08:00
number: 0
requirements:
host:
- python >=3.6,<3.10
- pip
2024-02-01 02:29:24 +08:00
- poetry-core >=1.0.0
run:
- python >=3.6,<3.10
2024-02-24 04:26:04 +08:00
- 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
2024-04-27 16:18:04 +08:00
- xarray >=2022.6.0
- netcdf4 <=1.6.1
2024-03-15 09:54:44 +08:00
- scipy >=1.9.1,<2.0.0
- pydap >=3.2.2,<4.0.0
- zarr >=2.13.1,<3.0.0
2024-04-27 16:18:04 +08:00
- rasterio >=1.2.9
2024-03-15 09:54:44 +08:00
- bottleneck >=1.3.5,<2.0.0
2024-04-27 16:18:04 +08:00
- dask >=2022.0.0
2024-03-08 05:08:04 +08:00
# xarray[io]
- h5netcdf
- fsspec
- cftime
- cfgrib
- pooch
# xarray[accel]
- flox
test:
imports:
- gdptools
commands:
2024-02-24 04:26:04 +08:00
- 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