Skip to content

Commit 3887635

Browse files
wetterdienst v0.91.0 (#136)
automerged PR by conda-forge/automerge-action
2 parents 04d6c31 + 38b0654 commit 3887635

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

recipe/meta.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{% set name = "wetterdienst" %}
2-
{% set version = "0.89.0" %}
2+
{% set version = "0.91.0" %}
33

44
package:
55
name: {{ name|lower }}
66
version: {{ version }}
77

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

1212
build:
1313
noarch: python
@@ -35,7 +35,7 @@ requirements:
3535
- cloup >=3.0.1,<4
3636
- deprecation >=2.1,<3
3737
- diskcache >=5.4.0,<6
38-
- environs >=9.4.0,<11
38+
- environs >=9.4.0,<12
3939
# for python < 3.10 but we want to stay noarch: python
4040
- eval-type-backport >=0.1.3,<0.2.0
4141
- fsspec >=2023.1,<2024.3
@@ -83,7 +83,7 @@ requirements:
8383
- uvicorn >=0.14,<1
8484
- wradlib >=2.0.1,<3
8585
- xarray >=2023.1,<2024.2
86-
- xlsx2csv >=0.8.1,<0.9
86+
- fastexcel >=0.10.4
8787
- xlsxwriter >=3.0.9,<3.2
8888
- xradar >=0.2,<0.5
8989
- zarr >=2.13,<3

0 commit comments

Comments
 (0)