Skip to content

Commit

Permalink
Merge pull request cupy#8273 from kmaehashi/pin-scipy-win
Browse files Browse the repository at this point in the history
Tentatively pin SciPy to v1.12 in CI
  • Loading branch information
kmaehashi authored and chainer-ci committed Apr 4, 2024
1 parent 79daaeb commit 1626654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pfnci/windows/test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function Main {

echo "Building..."
$build_retval = 0
RunOrDie python -m pip install -U "numpy" "scipy"
RunOrDie python -m pip install -U "numpy" "scipy==1.12.*"
python -m pip install ".[all,test]" -v > cupy_build_log.txt
if (-not $?) {
$build_retval = $LastExitCode
Expand Down

0 comments on commit 1626654

Please sign in to comment.