Skip to content

Commit

Permalink
wetterdienst v0.91.0 (#136)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jul 14, 2024
2 parents 04d6c31 + 38b0654 commit 3887635
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "wetterdienst" %}
{% set version = "0.89.0" %}
{% set version = "0.91.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/wetterdienst-{{ version }}.tar.gz
sha256: 2e2c5474199d6d2b387d7a201ebbc981c534a29f62792828a61358b90a3e6230
sha256: 94596e66c038a16ae4e3f8990957b662c5658a771ada82376af1d881bcf95498

build:
noarch: python
Expand Down Expand Up @@ -35,7 +35,7 @@ requirements:
- cloup >=3.0.1,<4
- deprecation >=2.1,<3
- diskcache >=5.4.0,<6
- environs >=9.4.0,<11
- environs >=9.4.0,<12
# for python < 3.10 but we want to stay noarch: python
- eval-type-backport >=0.1.3,<0.2.0
- fsspec >=2023.1,<2024.3
Expand Down Expand Up @@ -83,7 +83,7 @@ requirements:
- uvicorn >=0.14,<1
- wradlib >=2.0.1,<3
- xarray >=2023.1,<2024.2
- xlsx2csv >=0.8.1,<0.9
- fastexcel >=0.10.4
- xlsxwriter >=3.0.9,<3.2
- xradar >=0.2,<0.5
- zarr >=2.13,<3
Expand Down

0 comments on commit 3887635

Please sign in to comment.