Skip to content

Commit

Permalink
🐛 Fix wrong identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed Jun 18, 2024
1 parent 7347402 commit 0649228
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ outputs:
- conda-store = conda_store.__main__:main
requirements:
host:
- python >=3.8,<=3.12.4
- python >=3.8,<3.12.4
- pip
- hatchling >=1.14.0
- hatch-vcs
Expand All @@ -32,7 +32,7 @@ outputs:
- __win # [win]
- aiohttp>=3.8.1
- click
- python >=3.8,<=3.12.4
- python >=3.8,<3.12.4
- rich
- ruamel.yaml
- yarl
Expand All @@ -56,7 +56,7 @@ outputs:
requirements:
host:
# Fix while there is a new pydantic v1 release on conda
- python >=3.8,<=3.12.4
- python >=3.8,<3.12.4
- pip
- hatchling >=1.14.0
- hatch-vcs
Expand All @@ -80,7 +80,7 @@ outputs:
# need to come back and pin =1.10.16,<2.0a0
- pydantic <2.0a0
- pyjwt
- python >=3.8,<=3.12.4
- python >=3.8,<3.12.4
- python-docker
- python-multipart
- pyyaml
Expand Down

0 comments on commit 0649228

Please sign in to comment.