From 9ac295230d0dbd4c602f6a37d9def69b372f98e2 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Tue, 30 Jun 2020 20:30:23 +0000 Subject: [PATCH] added opencv to requirements.yaml --- requirements.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.yaml b/requirements.yaml index 8ba42bc..1fa2368 100755 --- a/requirements.yaml +++ b/requirements.yaml @@ -3,4 +3,5 @@ channels: - conda-forge dependencies: - go=1.13.12 - - gxx_linux-64 \ No newline at end of file + - gxx_linux-64 + - opencv=4.3.0 \ No newline at end of file