Skip to content

Commit d8ee268

Browse files
authored
Remove av from the binary requirements (#2006)
Signed-off-by: peter <[email protected]>
1 parent 793b647 commit d8ee268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/windows/build_vision.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ FOR %%v IN (%DESIRED_PYTHON%) DO (
6464
set PYTHON_VERSION_STR=%%v
6565
set PYTHON_VERSION_STR=!PYTHON_VERSION_STR:.=!
6666
conda remove -n py!PYTHON_VERSION_STR! --all -y || rmdir %CONDA_HOME%\envs\py!PYTHON_VERSION_STR! /s
67-
conda create -n py!PYTHON_VERSION_STR! -y -q -c defaults -c conda-forge numpy>=1.11 mkl>=2018 python=%%v ca-certificates scipy av
67+
conda create -n py!PYTHON_VERSION_STR! -y -q -c defaults -c conda-forge numpy>=1.11 mkl>=2018 python=%%v ca-certificates scipy
6868
)
6969

7070
:: Uncomment for stable releases

0 commit comments

Comments
 (0)