Commit 0b9ca68 1 parent 5eb10d0 commit 0b9ca68 Copy full SHA for 0b9ca68
File tree 1 file changed +29
-28
lines changed
1 file changed +29
-28
lines changed Original file line number Diff line number Diff line change 1
1
{% set name = "wetterdienst" %}
2
- {% set version = "0.94 .0" %}
2
+ {% set version = "0.95 .0" %}
3
3
4
4
package :
5
5
name : {{ name|lower }}
6
6
version : {{ version }}
7
7
8
8
source :
9
9
url : https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/wetterdienst-{{ version }}.tar.gz
10
- sha256 : fd6161f1d1f5f70a508cb15b3f7f071c8e02ec1f3ce420d61e2f05817eec0708
10
+ sha256 : cf4f8bb607e655a565b6c92007ff0e87f666002e56abe32d1277468ace282280
11
11
12
12
build :
13
13
noarch : python
@@ -23,40 +23,41 @@ requirements:
23
23
- poetry-core
24
24
- pip
25
25
run :
26
+ - fastexcel >=0.10.4
26
27
- pydantic >=2.7.3
27
28
- python >=3.9,<4.0
28
- - aenum >=3,<3.2
29
- - aiohttp >=3.8,<3.11
29
+ - aenum >=3
30
+ - aiohttp >=3.8
30
31
- 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
39
40
# for python < 3.10 but we want to stay noarch: python
40
41
- 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
45
46
- pillow >=10.3
46
- - pint >=0.17,<0.24
47
- - platformdirs <5
47
+ - pint >=0.17
48
+ - platformdirs
48
49
- polars >=0.20.10
49
50
- 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
60
61
run_constrained :
61
62
- duckdb >=0.9
62
63
- python-eccodes >=1.5.2,<1.7
You can’t perform that action at this time.
0 commit comments