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 941be28 commit 19007feCopy full SHA for 19007fe
conda/build_pytorch.sh
@@ -337,7 +337,7 @@ for py_ver in "${DESIRED_PYTHON[@]}"; do
337
# Build the package
338
echo "Build $build_folder for Python version $py_ver"
339
conda config --set anaconda_upload no
340
- conda install -y conda-package-handling conda==22.9.0
+ conda install -y conda-package-handling conda==23.5.2
341
342
if [[ "$OSTYPE" == "msys" ]]; then
343
# Don't run tests on windows (they were ignored mostly anyways)
0 commit comments