In pyproject change to numpy>=1.23#1747
Merged
oleksandr-pavlyk merged 2 commits intomasterfrom Jul 20, 2024
Merged
Conversation
This is to align with current setup of public CI/CD.
|
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
|
Array API standard conformance tests for dpctl=0.18.0dev0=py310ha798474_146 ran successfully. |
Collaborator
Contributor
Author
|
Verified that the change accomplishes the intended affect: |
|
Array API standard conformance tests for dpctl=0.18.0dev0=py310ha798474_147 ran successfully. |
Collaborator
|
The pinning does not work properly for Windows still, requires $ mamba search -i dpctl=0.18.0dev0=py311* --platform linux-64 -c dppy/label/dev --override-channels
Loading channels: done
dpctl 0.18.0dev0 py311ha798474_149
----------------------------------
file name : dpctl-0.18.0dev0-py311ha798474_149.tar.bz2
name : dpctl
version : 0.18.0dev0
build : py311ha798474_149
build number: 149
size : 21.5 MB
license : Apache-2.0
subdir : linux-64
url : https://conda.anaconda.org/dppy/label/dev/linux-64/dpctl-0.18.0dev0-py311ha798474_149.tar.bz2
md5 : 170d8f59022bbed2f8d205b935fceddd
timestamp : 2024-07-20 14:14:39 UTC
dependencies:
- __glibc >=2.28,<3.0.a0
- dpcpp-cpp-rt >=2024.2,<2025.0a0
- intel-cmplr-lib-rt >=2024.2,<2025.0a0
- level-zero >=1.17,<2.0a0
- level-zero >=1.17.19,<2.0a0
- libgcc-ng >=14
- libstdcxx-ng >=14
- numpy >=1.23,<2.0a0
- numpy >=1.23.5,<2.0a0
- python >=3.11,<3.12.0a0
$ mamba search -i dpctl=0.18.0dev0=py311* --platform win-64 -c dppy/label/dev --override-channels
Loading channels: done
dpctl 0.18.0dev0 py311h82bb817_149
----------------------------------
file name : dpctl-0.18.0dev0-py311h82bb817_149.tar.bz2
name : dpctl
version : 0.18.0dev0
build : py311h82bb817_149
build number: 149
size : 21.1 MB
license : Apache-2.0
subdir : win-64
url : https://conda.anaconda.org/dppy/label/dev/win-64/dpctl-0.18.0dev0-py311h82bb817_149.tar.bz2
md5 : b902c482aa07b2024f6ed1313c75dbde
timestamp : 2024-07-20 14:46:22 UTC
dependencies:
- dpcpp-cpp-rt >=2024.2,<2025.0a0
- intel-cmplr-lib-rt >=2024.2,<2025.0a0
- level-zero >=1.17.19,<2.0a0
- numpy >=1.26,<2.0a0
- python >=3.11,<3.12.0a0
- vc >=14.1,<15
- vc14_runtime >=14.16.27033 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is to align with current setup of public CI/CD.
Requirement "numpy >=1.24" was causing current build command which stipulates
conda build ... -numpy 1.23to use latest NumPy from Intel channel (which is 1.26), and resulted in produced artifact with metainformation requiring ">=1.26,<2.0a0".