-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4164 from t20100/update-ci
CI: Updated configuration; Dependendencies: Removed `bitshuffle` from test dependencies
- Loading branch information
Showing
5 changed files
with
20 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,4 @@ | ||
# To use pyopencl wheels on Windows | ||
--trusted-host www.silx.org | ||
--find-links http://www.silx.org/pub/wheelhouse/ | ||
|
||
numpy<2; python_version <= '3.10' | ||
git+https://github.com/hgrecco/pint@f2e4081; python_version >= '3.10' | ||
|
||
# Pinpoint pyopencl on Windows to latest wheel available in www.silx.org | ||
# downloaded from https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyopencl | ||
# Anyway, we don't test OpenCL on appveyor | ||
pyopencl == 2020.3.1; sys_platform == 'win32' and python_version < '3.8' | ||
pyopencl == 2023.1.4; sys_platform == 'win32' and python_version >= '3.8' | ||
# Placeholder for pinned packages used by CI |
This file contains 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
This file contains 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