From b382fb726c82e8db6d65121170382a4c9d2584bd Mon Sep 17 00:00:00 2001 From: acoca Date: Mon, 11 Mar 2024 16:09:27 +0000 Subject: [PATCH] install opencv via pip --- .binder/environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index 5342dcd..26012bd 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -7,8 +7,7 @@ dependencies: - xarray=2022.3.0 - intake - intake-xarray - - rasterio==1.2.* - - opencv + - rasterio==1.2.10 - pytorch==1.8.0 - torchvision==0.9.0 - tqdm @@ -26,4 +25,5 @@ dependencies: - pip - numpy==1.23.0 - pip: + - opencv-contrib-python - git+https://github.com/facebookresearch/detectron2.git \ No newline at end of file