dpnp
dpnp copied to clipboard
Reflect required numpy version in Pypi json
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.