Skip to content

Commit 9a7a224

Browse files
authored
Revert "Pin cmake 3.22.3 (#1011)" (#1014)
This reverts commit a8e38cb.
1 parent 2f47f56 commit 9a7a224

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda/debugging_pytorch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export USE_CUDA_STATIC_LINK=1
1414
. ./switch_cuda_version.sh 9.0
1515

1616

17-
conda install -y cmake=3.22.3 numpy=1.17 setuptools pyyaml cffi mkl=2018 mkl-include typing_extension ninja magma-cuda80 -c pytorch
17+
conda install -y cmake numpy=1.17 setuptools pyyaml cffi mkl=2018 mkl-include typing_extension ninja magma-cuda80 -c pytorch
1818

1919
export CMAKE_PREFIX_PATH="$(dirname $(which conda))/../"
2020
git clone https://github.com/pytorch/pytorch -b nightly2 --recursive

wheel/build_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ tmp_env_name="wheel_py$python_nodot"
166166
conda create ${EXTRA_CONDA_INSTALL_FLAGS} -yn "$tmp_env_name" python="$desired_python"
167167
source activate "$tmp_env_name"
168168

169-
retry conda install ${EXTRA_CONDA_INSTALL_FLAGS} -yq cmake=3.22.3 "numpy${NUMPY_PINNED_VERSION}" nomkl "setuptools${SETUPTOOLS_PINNED_VERSION}" "pyyaml${PYYAML_PINNED_VERSION}" cffi typing_extensions ninja requests
169+
retry conda install ${EXTRA_CONDA_INSTALL_FLAGS} -yq cmake "numpy${NUMPY_PINNED_VERSION}" nomkl "setuptools${SETUPTOOLS_PINNED_VERSION}" "pyyaml${PYYAML_PINNED_VERSION}" cffi typing_extensions ninja requests
170170
retry conda install ${EXTRA_CONDA_INSTALL_FLAGS} -yq mkl-include==2020.1 mkl-static==2020.1 -c intel
171171
retry pip install -qr "${pytorch_rootdir}/requirements.txt" || true
172172

0 commit comments

Comments
 (0)