From 514972c71f53cf5d2d96bf3b5d746a377fc55e3c Mon Sep 17 00:00:00 2001 From: Elizabeth Berrigan Date: Thu, 1 Aug 2024 10:54:45 -0700 Subject: [PATCH] try linux build fix for libegl error --- .conda/meta.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.conda/meta.yaml b/.conda/meta.yaml index cb090a829..1eeb5232b 100644 --- a/.conda/meta.yaml +++ b/.conda/meta.yaml @@ -125,4 +125,9 @@ requirements: # https://github.com/talmolab/sleap/pull/1744 # test: # imports: -# - sleap \ No newline at end of file +# - sleap +test: + requires: + - pip + # https://github.com/conda-forge/opencv-feedstock/issues/401#issuecomment-2028099423 + - libopencv *=headless* # [linux] \ No newline at end of file