File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ FOR %%v IN (%DESIRED_PYTHON%) DO (
12
12
if " %%v " == " 3.7" call conda create -n py!PYTHON_VERSION_STR! -y -q numpy=1.11 " mkl=2020.2" pyyaml boto3 cmake ninja typing_extensions python=%%v
13
13
if " %%v " == " 3.8" call conda create -n py!PYTHON_VERSION_STR! -y -q numpy=1.11 " mkl=2020.2" pyyaml boto3 cmake ninja typing_extensions python=%%v
14
14
if " %%v " == " 3.9" call conda create -n py!PYTHON_VERSION_STR! -y -q numpy> =1.11 " mkl=2020.2" pyyaml boto3 cmake ninja typing_extensions python=%%v
15
- if " %%v " == " 3.10" call conda create -n py!PYTHON_VERSION_STR! -y -q -c=conda-forge numpy=1.21.3 " mkl=2020.2" pyyaml boto3 " cmake=3.19.6" ninja typing_extensions python=%%v
16
- if " %%v " == " 3.11" call conda create -n py!PYTHON_VERSION_STR! -y -q -c=conda-forge numpy=1.23.4 " mkl=2020.2" pyyaml boto3 " cmake=3.19.6" ninja typing_extensions python=%%v
17
- if " %%v " == " 3.12" call conda create -n py!PYTHON_VERSION_STR! -y -q -c=conda-forge numpy=1.26.0 " mkl=2023.1" pyyaml boto3 " cmake=3.19.6" ninja typing_extensions python=%%v
15
+ if " %%v " == " 3.10" call conda create -n py!PYTHON_VERSION_STR! -y -q -c=conda-forge numpy=1.21.3 " mkl=2020.2" intel-openmp=2023.2.0 pyyaml boto3 " cmake=3.19.6" ninja typing_extensions python=%%v
16
+ if " %%v " == " 3.11" call conda create -n py!PYTHON_VERSION_STR! -y -q -c=conda-forge numpy=1.23.4 " mkl=2020.2" intel-openmp=2023.2.0 pyyaml boto3 " cmake=3.19.6" ninja typing_extensions python=%%v
17
+ if " %%v " == " 3.12" call conda create -n py!PYTHON_VERSION_STR! -y -q -c=conda-forge numpy=1.26.0 " mkl=2023.1" intel-openmp=2023.2.0 pyyaml boto3 " cmake=3.19.6" ninja typing_extensions python=%%v
18
18
if " %%v " == " 3" call conda create -n py!PYTHON_VERSION_STR! -y -q numpy=1.11 " mkl=2020.2" pyyaml boto3 cmake ninja typing_extensions python=%%v
19
19
)
20
20
endlocal
You can’t perform that action at this time.
0 commit comments