Restores environment

This commit is contained in:
Trenton H
2026-01-28 15:25:14 -08:00
parent e0fdf1caa9
commit a055de0ce4

View File

@@ -154,6 +154,10 @@ typing = [
[tool.uv] [tool.uv]
required-version = ">=0.9.0" required-version = ">=0.9.0"
package = false package = false
environments = [
"sys_platform == 'darwin'",
"sys_platform == 'linux'",
]
[tool.uv.sources] [tool.uv.sources]
# Markers are chosen to select these almost exclusively when building the Docker image # Markers are chosen to select these almost exclusively when building the Docker image