Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No support for Python 3.8 #454

Closed
denniswittich opened this issue Jul 29, 2024 · 1 comment
Closed

No support for Python 3.8 #454

denniswittich opened this issue Jul 29, 2024 · 1 comment
Labels

Comments

@denniswittich
Copy link

Since version 2024.1.1 you require numpy version >= 2.0. If I get it right, the setup.py says you support python 3.8 (python_requires="~=3.8"). However, since Numpy 1.25 the minimum python version is 3.9. This results in a error message when trying to install pycuda with python 3.8.

@inducer
Copy link
Owner

inducer commented Jul 30, 2024

I don't see anything specific to numpy 2 in #451, so I've just bumped the numpy requirement to 1.24, which should support 3.8. I've also yanked the 2024.1.1 release.

https://pypi.org/project/pycuda/2024.1.2/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants