Skip to content

Commit

Permalink
fix numpy constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 14, 2022
1 parent 940022c commit 581a7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test.sh
Expand Up @@ -123,7 +123,7 @@ fi
PACKAGE_CONSTRAINTS="dask-core distributed pandas numpy scipy"
if [[ $OS_NAME == "linux" ]] && [[ $COMPILER == "gcc" ]]; then
if [[ $TASK == "sdist" ]] || [[ $TASK == "regular" ]]; then
PACKAGE_CONSTRAINTS="dask-core<=2022.7.1 distributed<=2022.7.1 libstdcxx-ng<12.0 numpy<=1.2.0 pandas<=1.4.1 scipy<=1.8.0"
PACKAGE_CONSTRAINTS="dask-core<=2022.7.1 distributed<=2022.7.1 libstdcxx-ng<12.0 numpy<=1.20.0 pandas<=1.4.1 scipy<=1.8.0"
fi
fi

Expand Down

0 comments on commit 581a7fa

Please sign in to comment.