File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ FOR %%v IN (%DESIRED_PYTHON%) DO (
11
11
conda remove -n py!PYTHON_VERSION_STR! --all -y || rmdir %CONDA_HOME% \envs\py!PYTHON_VERSION_STR! /s
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
- 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.2 " " 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.21.2 " " mkl=2020.2" pyyaml boto3 " cmake=3.19.6" ninja typing_extensions python=%%v
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.22.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
17
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
18
18
)
19
19
endlocal
You can’t perform that action at this time.
0 commit comments