Skip to content

Commit

Permalink
Try rebuild with linux opencv<=4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Aug 31, 2024
1 parent fa91d06 commit 1172502
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ source:
path: ../

build:
number: 0
number: 1

requirements:
host:
Expand All @@ -37,8 +37,8 @@ requirements:
- conda-forge::jsmin
- conda-forge::jsonpickle ==1.2
- conda-forge::networkx
- conda-forge::opencv
- conda-forge::pandas
- conda-forge::opencv # [not linux]
- conda-forge::opencv <=4.8.1 # [linux]
- conda-forge::pillow >=8.3.2
- conda-forge::psutil
- conda-forge::pykalman
Expand Down Expand Up @@ -66,7 +66,8 @@ requirements:
- conda-forge::jsonpickle ==1.2
- conda-forge::networkx
- numpy >=1.19.5,<1.23.0 # Linux likes anaconda, windows likes conda-forge
- conda-forge::opencv
- conda-forge::opencv # [not linux]
- conda-forge::opencv <=4.8.1 # [linux]
- conda-forge::pandas
- conda-forge::pillow >=8.3.2
- conda-forge::psutil
Expand All @@ -86,7 +87,5 @@ requirements:
- conda-forge::tensorflow-hub <0.14.0 # Causes pynwb conflicts on linux GH-1446

test:
requires:
- libopencv *=headless* # [linux]
imports:
- sleap

0 comments on commit 1172502

Please sign in to comment.