From 8826192fcd0fec0e954d61c93053a4678cc9c328 Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Tue, 13 Aug 2024 20:20:53 +0100 Subject: [PATCH] Update environment.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit good practice to include conda-forge in the channels list to ensure compatibility, especially since you’re using conda-forge::opencv. --- .devcontainer/environment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/environment.yml b/.devcontainer/environment.yml index 1c981788..d16ba697 100644 --- a/.devcontainer/environment.yml +++ b/.devcontainer/environment.yml @@ -1,6 +1,7 @@ name: ai4beg channels: - defaults + - conda-forge dependencies: - ipykernel=6.4.1 - ipython=7.27.0 @@ -8,7 +9,7 @@ dependencies: - jupyter=1.0.0 - matplotlib=3.4.2 - numpy=1.22.3 - - python=3.8.12 + - python=3.8.12ip - requests=2.26.0 - scikit-learn=0.24.2 - scipy=1.6.2