Skip to content

Commit

Permalink
Use poetry-core instead of poetry
Browse files Browse the repository at this point in the history
This may unblock release 0.49.0, because it may provide Poetry 1.2
already, which is needed for serving dependency groups, which got
recently introduced into `pyproject.toml` of Wetterdienst.
  • Loading branch information
amotl committed Nov 28, 2022
1 parent c1cd87a commit 2d78af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ requirements:
host:
- python >=3.7
- pip
- poetry
- poetry-core
run:
- python >=3.7
- pandas
Expand Down

0 comments on commit 2d78af2

Please sign in to comment.