Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
Match Python to PiP
Pin SetupTools
  • Loading branch information
rxm7706 authored Apr 3, 2023
1 parent 34b39f4 commit 1900360
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/conda-project/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ build:

requirements:
host:
- python >=3.8
- python >=3.7
- pip
- setuptools
- setuptools<=65.0.0
run:
- python >=3.8
- python >=3.7
- conda-lock >=1.2
- lockfile
- pexpect
Expand Down

0 comments on commit 1900360

Please sign in to comment.