Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit fabfde6

Browse files
authored
Pin setuptools=72.1.0 for windows conda builds on py31.3
1 parent 2f87a36 commit fabfde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/condaenv.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FOR %%v IN (%DESIRED_PYTHON%) DO (
1414
if "%%v" == "3.10" call conda create -n py!PYTHON_VERSION_STR! -y -q -c=conda-forge numpy=2.0.1 pyyaml boto3 cmake ninja typing_extensions setuptools=72.1.0 python=%%v
1515
if "%%v" == "3.11" call conda create -n py!PYTHON_VERSION_STR! -y -q -c=conda-forge numpy=2.0.1 pyyaml boto3 cmake ninja typing_extensions setuptools=72.1.0 python=%%v
1616
if "%%v" == "3.12" call conda create -n py!PYTHON_VERSION_STR! -y -q -c=conda-forge numpy=2.0.1 pyyaml boto3 cmake ninja typing_extensions setuptools=72.1.0 python=%%v
17-
if "%%v" == "3.13" call conda create -n py!PYTHON_VERSION_STR! -y -q -c=conda-forge numpy=2.1.2 pyyaml boto3 cmake ninja typing_extensions setuptools python=%%v
17+
if "%%v" == "3.13" call conda create -n py!PYTHON_VERSION_STR! -y -q -c=conda-forge numpy=2.1.2 pyyaml boto3 cmake ninja typing_extensions setuptools=72.1.0 python=%%v
1818
call conda run -n py!PYTHON_VERSION_STR! pip install mkl-include
1919
call conda run -n py!PYTHON_VERSION_STR! pip install mkl-static
2020
)

0 commit comments

Comments
 (0)