Skip to content

Commit

Permalink
Pin to Setuptools pre-74 to fix Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Oct 15, 2024
1 parent 57e6466 commit d4824d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ requirements:
- pip
- pyclibrary
- python
- setuptools
- tomli # [py<311]
# Pin Setuptools to workaround Windows build issue
# xref: https://github.com/conda-forge/cuda-python-feedstock/pull/88#issuecomment-2412656425
- setuptools <74
- tomli # [py<311]
- versioneer
- cuda-version {{ major_version }}.{{ minor_version }}
run:
Expand Down

0 comments on commit d4824d9

Please sign in to comment.