Skip to content

Commit

Permalink
add setuptools to host requirements for conda packages that need it
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jul 31, 2024
1 parent b38e010 commit 2f582ce
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions conda/recipes/cugraph-dgl/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ requirements:
host:
- python
- rapids-build-backend>=0.3.1,<0.4.0.dev0
- setuptools>=61.0.0
run:
- cugraph ={{ version }}
- dgl >=1.1.0.cu*
Expand Down
1 change: 1 addition & 0 deletions conda/recipes/cugraph-equivariant/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ requirements:
host:
- python
- rapids-build-backend>=0.3.1,<0.4.0.dev0
- setuptools>=61.0.0
run:
- pylibcugraphops ={{ minor_version }}
- python
Expand Down
3 changes: 2 additions & 1 deletion conda/recipes/cugraph-service/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ outputs:
- pip
- python
- rapids-build-backend>=0.3.1,<0.4.0.dev0
- setuptools>=61.0.0
run:
- python
- thriftpy2 >=0.4.15,!=0.5.0,!=0.5.1
Expand All @@ -51,7 +52,7 @@ outputs:
host:
- pip
- python
- setuptools
- setuptools>=61.0.0
- wheel
- rapids-build-backend>=0.3.1,<0.4.0.dev0
run:
Expand Down
1 change: 1 addition & 0 deletions conda/recipes/nx-cugraph/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ requirements:
host:
- python
- rapids-build-backend>=0.3.1,<0.4.0.dev0
- setuptools>=61.0.0
run:
- pylibcugraph ={{ version }}
- networkx >=3.0
Expand Down

0 comments on commit 2f582ce

Please sign in to comment.