Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
d8ee2682
Unverified
Commit
d8ee2682
authored
Mar 24, 2020
by
peterjc123
Committed by
GitHub
Mar 24, 2020
Browse files
Remove av from the binary requirements (#2006)
Signed-off-by:
peter
<
peterghost86@gmail.com
>
parent
793b647c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
packaging/windows/build_vision.bat
packaging/windows/build_vision.bat
+1
-1
No files found.
packaging/windows/build_vision.bat
View file @
d8ee2682
...
...
@@ -64,7 +64,7 @@ FOR %%v IN (%DESIRED_PYTHON%) DO (
set
PYTHON_VERSION_STR
=
%%v
set
PYTHON_VERSION_STR
=
!
PYTHON_VERSION_STR
:.
=
!
conda
remove
-n
py
!PYTHON_VERSION_STR!
--all -y
||
rmdir
%CONDA_HOME%
\envs\py
!PYTHON_VERSION_STR!
/s
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
conda
create
-n
py
!PYTHON_VERSION_STR!
-y -q -c
defaults
-c
conda
-forge
numpy
>=
1
.11
mkl
>=
2018
python
=
%%v
ca
-certificates
scipy
)
:: Uncomment for stable releases
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment