From a055de0ce41045bbf33aada57cc45a73d18e6503 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Wed, 28 Jan 2026 15:25:14 -0800 Subject: [PATCH] Restores environment --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 612636dfb..f5a464fc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -154,6 +154,10 @@ typing = [ [tool.uv] required-version = ">=0.9.0" package = false +environments = [ + "sys_platform == 'darwin'", + "sys_platform == 'linux'", +] [tool.uv.sources] # Markers are chosen to select these almost exclusively when building the Docker image