Skip to content

Commit

Permalink
Remove setup_requires to avoid dependency resolution issues with Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
namoshizun authored and inducer committed Jan 1, 2024
1 parent 5cb2e1a commit c7a8d64
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,6 @@ def main():
],
# build info
packages=["pycuda", "pycuda.gl", "pycuda.sparse", "pycuda.compyte"],
setup_requires=[
"numpy>=1.6",
],
python_requires="~=3.8",
install_requires=[
"pytools>=2011.2",
Expand Down

0 comments on commit c7a8d64

Please sign in to comment.