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 9e188a9 commit f570057Copy full SHA for f570057
.github/workflows/make_wheel_macOS.sh
@@ -3,7 +3,7 @@ set -e -x
3
export TF_NEED_CUDA=0
4
5
python --version
6
-python -m pip install --default-timeout=1000 delocate==0.9.1 wheel setuptools tensorflow==$TF_VERSION
+python -m pip install --default-timeout=1000 delocate==0.9.1 wheel==0.37.0 setuptools==50.0.0 tensorflow==$TF_VERSION
7
python -m pip install --upgrade protobuf==3.19.6
8
9
bash tools/testing/build_and_run_tests.sh
0 commit comments