Use bootstrap channel for Windows build too#1748
Merged
oleksandr-pavlyk merged 1 commit intomasterfrom Jul 22, 2024
Merged
Conversation
|
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_151 ran successfully. |
Collaborator
antonwolfy
approved these changes
Jul 22, 2024
Collaborator
antonwolfy
left a comment
There was a problem hiding this comment.
The pinning looks good now:
$ mamba search dpctl -i --platform win-64 -c /home/xantvol/bits/dpctl --override-channels
Loading channels: done
dpctl 0.18.0dev0 py311h82bb817_151
----------------------------------
file name : dpctl-0.18.0dev0-py311h82bb817_151.tar.bz2
name : dpctl
version : 0.18.0dev0
build : py311h82bb817_151
build number: 151
size : 21.1 MB
license : Apache-2.0
subdir : win-64
url : file:///home/xantvol/bits/dpctl/win-64/dpctl-0.18.0dev0-py311h82bb817_151.tar.bz2
md5 : b7193345a5558c2d04a947114f85f23c
timestamp : 2024-07-22 05:22:13 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.23,<2.0a0
- numpy >=1.23.5,<2.0a0
- python >=3.11,<3.12.0a0
- vc >=14.1,<15
- vc14_runtime >=14.16.27033Thank you @oleksandr-pavlyk
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 change should enable Windows build to have the same NumPy pinning as Linux, that is
>=1.23,<2.0a0instead of>=1.26,<2.0a0, by ensuring that NumPy 1.23 from bootstrap channels gets installed into build environment.