Skip to content

Commit

Permalink
updated v0.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot committed Dec 30, 2023
1 parent d63c5f4 commit a22fa2b
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "wetterdienst" %}
{% set version = "0.69.0" %}
{% set version = "0.70.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/wetterdienst-{{ version }}.tar.gz
sha256: 820e37e71b1065613ea2722ea5862fc0f62079f6e17776acab297a82b855aeba
sha256: bf4ac93c71bfbeac846677dae53947e7e79aab5a7cfa36a60c5cb8f6646d51e5

build:
noarch: python
Expand All @@ -23,6 +23,34 @@ requirements:
- poetry-core
- pip
run:
- crate >=0.30.1,<1optionaltrue
- dash >=2.10,<2.15optionaltrue
- dash-bootstrap-components >=1.4,<2optionaltrue
- dash-leaflet >=1.0.8,<2optionaltrue
- duckdb >=0.9,<0.10optionaltrue
- eccodes >=1.5.2,<1.7optionaltrue
- fastapi >=0.95.1,<0.104optionaltrue
- geojson >=3,<4optionaltrue
- h5py >=3.1,<4optionaltrue
- httpx >=0.24,<0.27optionaltrue
- influxdb >=5.3,<6optionaltrue
- influxdb-client >=1.18,<2optionaltrue
- influxdb3-python >=0.3.0,<1optionaltrue
- matplotlib-base >=3.3,<3.9optionaltrue
- mysqlclient >=2,<3optionaltrue
- openpyxl >=3,<4optionaltrue
- plotly >=5.11,<6optionaltrue
- psycopg2-binary >=2.8,<3optionaltrue
- scipy >=1.9,<1.12optionaltrue
- shapely >=2,<3optionaltrue
- sqlalchemy >=2,<2.1optionaltrue
- streamlit >=1.27,<2optionaltrue
- utm >=0.7,<1optionaltrue
- uvicorn >=0.14,<1optionaltrue
- wradlib >=2.0.1,<3optionaltrue
- xarray >=2023.1,<2023.11optionaltrue
- xradar >=0.2,<0.5optionaltrue
- zarr >=2.13,<3optionaltrue
- python >=3.9.0,<4.0.0,!=3.9.7,<3.12
- aenum >=3,<3.2
- aiohttp >=3.8,<3.10
Expand Down

0 comments on commit a22fa2b

Please sign in to comment.