dpnp icon indicating copy to clipboard operation
dpnp copied to clipboard

Reflect required numpy version in Pypi json

Open icfaust opened this issue 7 months ago • 0 comments

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.

icfaust avatar Jul 24 '24 12:07 icfaust