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
While the listed numpy version is available here: https://github.com/IntelPython/dpnp and here: https://pypi.org/project/dpnp/, when installed it is up to the user to check this when installing from pip. Please adapt the published json here: https://pypi.org/pypi/dpnp/json the "required_dist" should be ["dpctl","dpcpp-cpp-rt","mkl-dpcpp","numpy<1.25a0,>=1.19"] instead of ["dpctl","dpcpp-cpp-rt","mkl-dpcpp","numpy"] . This will make this requirement enforced on dpnp installation from pip.
The text was updated successfully, but these errors were encountered:
While the listed numpy version is available here: https://github.com/IntelPython/dpnp and here: https://pypi.org/project/dpnp/, when installed it is up to the user to check this when installing from pip. Please adapt the published json here: https://pypi.org/pypi/dpnp/json the "required_dist" should be
["dpctl","dpcpp-cpp-rt","mkl-dpcpp","numpy<1.25a0,>=1.19"]
instead of["dpctl","dpcpp-cpp-rt","mkl-dpcpp","numpy"]
. This will make this requirement enforced on dpnp installation from pip.The text was updated successfully, but these errors were encountered: