From fcea02585af3c0c9e81a3228c861c9ebe92aa1ec Mon Sep 17 00:00:00 2001 From: Xuwznln <18435084+Xuwznln@users.noreply.github.com> Date: Tue, 24 Feb 2026 22:09:29 +0800 Subject: [PATCH] no opcua installation on macos --- .conda/base/recipe.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.conda/base/recipe.yaml b/.conda/base/recipe.yaml index fd20564b..9b270a44 100644 --- a/.conda/base/recipe.yaml +++ b/.conda/base/recipe.yaml @@ -46,7 +46,9 @@ requirements: - jinja2 - requests - uvicorn - - opcua # [not osx] + - if: not osx + then: + - opcua - pyserial - pandas - pymodbus