From 7742f2189e47712f4731454fc657004f638b6474 Mon Sep 17 00:00:00 2001 From: Jacob Oursland Date: Wed, 22 Nov 2023 13:38:06 -0700 Subject: [PATCH] Pin coin3d to v4.0.0 until pivy is compatible with v4.0.1. --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 6754b3f0..af984b0c 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -52,7 +52,7 @@ requirements: - vtk - eigen - pybind11 - - coin3d + - coin3d==4.0.0 - pyside2 - smesh - doxygen # [build_platform == target_platform] @@ -73,7 +73,7 @@ requirements: - zlib - hdf5 - python - - coin3d + - coin3d==4.0.0 - pivy - {{ pin_compatible('smesh', max_pin='x.x.x') }} - freetype