Skip to content

Commit

Permalink
Add setuptools as host dependency to meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thodkatz committed Oct 11, 2024
1 parent f4f5ae7 commit e91bd2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ requirements:
host:
- pip
- python >=3.8
- setuptools >=40.0
- setuptools_scm
run:
- python >=3.8
{% for dep in setup_py_data['install_requires'] %}
Expand Down

0 comments on commit e91bd2c

Please sign in to comment.