You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: