From acdbd7d09dfc25b6be8fff74f850067681e3780a Mon Sep 17 00:00:00 2001 From: Christine Kim <125395064+chkim-usgs@users.noreply.github.com> Date: Tue, 5 Dec 2023 20:21:36 -0700 Subject: [PATCH] Fix dependency formatting in meta.yaml (#5365) --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 4a4581f8a2..79b1fea61d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -60,7 +60,7 @@ requirements: - curl - cxx-compiler=1.1.2 - doxygen - - eigen < 3.4 + - eigen <3.4 - embree>=2.17,<3 - ffmpeg - geos =3.11.1 @@ -90,7 +90,7 @@ requirements: - nn - opencv>=4.5.2 - openssl>=1.1.1k - - pcl >= 1.10.0 + - pcl >=1.10.0 - plio - protobuf<3.20 - python>=3.7.11 -- GitLab