We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ac03f commit 5666bccCopy full SHA for 5666bcc
.github/workflows/ray_nightly_test.yml
@@ -74,7 +74,7 @@ jobs:
74
run: |
75
python -m pip install --upgrade pip
76
pip install wheel
77
- pip install "numpy<1.24"
+ pip install "numpy<1.24" "click<8.3.0"
78
SUBVERSION=$(python -c 'import sys; print(sys.version_info[1])')
79
if [ "$(uname -s)" == "Linux" ]
80
then
.github/workflows/raydp.yml
@@ -75,7 +75,7 @@ jobs:
pip install "numpy<1.24"
- pip install "pydantic<2.0"
+ pip install "pydantic<2.0" "click<8.3.0"
81
0 commit comments