Skip to content

Commit 0b9ca68

Browse files
regro-cf-autotick-botgutzbenj
authored andcommitted
updated v0.95.0
1 parent 5eb10d0 commit 0b9ca68

File tree

1 file changed

+29
-28
lines changed

1 file changed

+29
-28
lines changed

recipe/meta.yaml

+29-28
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{% set name = "wetterdienst" %}
2-
{% set version = "0.94.0" %}
2+
{% set version = "0.95.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: fd6161f1d1f5f70a508cb15b3f7f071c8e02ec1f3ce420d61e2f05817eec0708
10+
sha256: cf4f8bb607e655a565b6c92007ff0e87f666002e56abe32d1277468ace282280
1111

1212
build:
1313
noarch: python
@@ -23,40 +23,41 @@ requirements:
2323
- poetry-core
2424
- pip
2525
run:
26+
- fastexcel >=0.10.4
2627
- pydantic >=2.7.3
2728
- python >=3.9,<4.0
28-
- aenum >=3,<3.2
29-
- aiohttp >=3.8,<3.11
29+
- aenum >=3
30+
- aiohttp >=3.8
3031
- backports-datetime-fromisoformat >=2,<3
31-
- beautifulsoup4 >=4.9,<5
32-
- cachetools >=5.2,<6
33-
- click >=8,<9
34-
- click-params >=0.4.1,<5
35-
- cloup >=3.0.1,<4
36-
- deprecation >=2.1,<3
37-
- diskcache >=5.4,<6
38-
- environs >=9.4,<12
32+
- beautifulsoup4 >=4.9
33+
- cachetools >=5.2
34+
- click >=8
35+
- click-params >=0.4.1
36+
- cloup >=3.0.1
37+
- deprecation >=2.1
38+
- diskcache >=5.4
39+
- environs >=9.4
3940
# for python < 3.10 but we want to stay noarch: python
4041
- eval-type-backport >=0.1.3,<0.2.0
41-
- fsspec >=2023.1,<2024.3
42-
- lxml >=4.9.1,<6
43-
- measurement >=3.2,<4
44-
- numpy >=1.22,<1.27
42+
- fsspec >=2023.1
43+
- lxml >=4.9.1
44+
- measurement >=3.2
45+
- numpy >=1.22
4546
- pillow >=10.3
46-
- pint >=0.17,<0.24
47-
- platformdirs <5
47+
- pint >=0.17
48+
- platformdirs
4849
- polars >=0.20.10
4950
- portion >=2.4.2
50-
- pyarrow >=13,<18
51-
- pypdf >=3.12.1,<4.1
52-
- python-dateutil <3
53-
- rapidfuzz >=3.1,<4
54-
- requests >=2.20,<3
55-
- scikit-learn >=1.0.2,<1.6
56-
- stamina >=23,<25
57-
- tabulate >=0.8,<0.10
58-
- tqdm >=4,<5
59-
- tzfpy >=0.15.2,<1
51+
- pyarrow >=13
52+
- pypdf >=3.12.1
53+
- python-dateutil
54+
- rapidfuzz >=3.1
55+
- requests >=2.20
56+
- scikit-learn >=1.0.2
57+
- stamina >=23
58+
- tabulate >=0.8
59+
- tqdm >=4
60+
- tzfpy >=0.15.2
6061
run_constrained:
6162
- duckdb >=0.9
6263
- python-eccodes >=1.5.2,<1.7

0 commit comments

Comments
 (0)