From f5bc071cb39dee952c349df6fa65f9a4763a8e4f Mon Sep 17 00:00:00 2001 From: Jacob Oursland Date: Tue, 13 Feb 2024 15:09:53 -0700 Subject: [PATCH] Conda: Unpin OCCT as FreeCAD now builds with OCCT 7.8.0+. --- conda/environment.devenv.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/environment.devenv.yml b/conda/environment.devenv.yml index 9f51021d39..fa434281b4 100644 --- a/conda/environment.devenv.yml +++ b/conda/environment.devenv.yml @@ -77,7 +77,7 @@ dependencies: - matplotlib - ninja - numpy -- occt==7.6.3 +- occt - openssl - pcl==1.13.1 - pip