Skip to content

Commit

Permalink
Merge pull request #91 from regro-cf-autotick-bot/0.57.0_h7b6327
Browse files Browse the repository at this point in the history
wetterdienst v0.57.0
  • Loading branch information
xylar authored Jun 16, 2023
2 parents 6415364 + 90ba567 commit 618e2b2
Showing 1 changed file with 27 additions and 21 deletions.
48 changes: 27 additions & 21 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "wetterdienst" %}
{% set version = "0.56.2" %}
{% set version = "0.57.0" %}

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

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

build:
noarch: python
Expand All @@ -26,30 +26,36 @@ requirements:
- python >=3.8,<3.12
- aenum >=3.0,<4.0
- aiohttp >=3.8.1,<4.0.0
- beautifulsoup4 >=4.9,<5.0
- cachetools >=5.2,<6.0
- click-params >=0.4.1,<0.5
- click >=8.0,<9.0
- cloup >=1.0,<2.0
- dateparser >=1.0,<2.0
- deprecation >=2.1,<3.0
- backports-datetime-fromisoformat >=2.0.0,<3.0.0
- beautifulsoup4 >=4.9.0,<5.0.0
- cachetools >=5.2.0,<6.0.0
- click >=8.0.0,<9.0.0
- click-params >=0.4.1,<0.5.0
- cloup >=1.0.0,<2.0.0
- deprecation >=2.1.0,<3.0.0
- diskcache >=5.4.0,<6.0.0
- environs >=9.4.0,<10.0.0
- fsspec >=2023.01,<2024.0
- lxml >=4.9.1,<5.0.0
- measurement >=3.2,<4.0
- numpy >=1.22,<2.0
- pandas >=1.3,<2.0
- pint >=0.17,<0.18
- platformdirs >=2,<3
- pypdf2 >=1.26,<2.0
- python-dateutil >=2.8,<3.0
- rapidfuzz >=2.1,<3.0
- requests >=2.20,<3.0
- measurement >=3.2.0,<4.0.0
- numpy >=1.22.0,<2.0.0
- pandas >=1.3.0,<2.0.0
- pint >=0.17.0,<0.18.0
- platformdirs >=2.0.0,<3.0.0
- polars >=0.16.0,<0.17.0
- pyarrow >=10.0.0,<11.0.0
- pypdf2 >=1.26.0,<2.0.0
- python-dateutil >=2.8.2,<3.0.0
- rapidfuzz >=2.1.0,<3.0.0
- requests >=2.20.0,<3.0.0
- scikit-learn >=1.0.2,<2.0.0
- tabulate >=0.8,<0.9
- timezonefinder >=6.1,<7.0
- tqdm >=4.47,<5.0
- tabulate >=0.8.0,<0.9.0
- timezonefinder >=6.1.0,<7.0.0
- tqdm >=4.47.0,<5.0.0
- python-tzdata >=2023.3.0,<2024.0.0
- xlsx2csv >=0.8.1,<0.9.0
- xlsxwriter >=3.0.9,<4.0.0
- python-eccodes >=1.5.2,<2.0.0

test:
imports:
Expand Down

0 comments on commit 618e2b2

Please sign in to comment.