From 0ca5a73dff54c1fbbf6b2350fe6cc2287d94786e Mon Sep 17 00:00:00 2001 From: Elizabeth Berrigan Date: Thu, 1 Aug 2024 11:04:59 -0700 Subject: [PATCH] do we require pip? --- .conda/meta.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.conda/meta.yaml b/.conda/meta.yaml index 1eeb5232b..bca068879 100644 --- a/.conda/meta.yaml +++ b/.conda/meta.yaml @@ -128,6 +128,4 @@ requirements: # - sleap test: requires: - - pip - # https://github.com/conda-forge/opencv-feedstock/issues/401#issuecomment-2028099423 - - libopencv *=headless* # [linux] \ No newline at end of file + - libopencv *=headless* # [linux] https://github.com/conda-forge/opencv-feedstock/issues/401#issuecomment-2028099423 \ No newline at end of file