From 7c310818bc300a6703bf60a3d65bb45931051041 Mon Sep 17 00:00:00 2001 From: Antony Milne Date: Thu, 28 Nov 2024 11:02:31 +0000 Subject: [PATCH] Don't use prereleases --- vizro-ai/hatch.toml | 5 +---- vizro-core/hatch.toml | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/vizro-ai/hatch.toml b/vizro-ai/hatch.toml index 956bd94ca..e36ee821c 100644 --- a/vizro-ai/hatch.toml +++ b/vizro-ai/hatch.toml @@ -30,10 +30,7 @@ dependencies = [ "pre-commit" ] installer = "uv" - -[envs.default.env-vars] -UV_PRERELEASE = "allow" -VIZRO_AI_LOG_LEVEL = "DEBUG" +env-vars = {VIZRO_AI_LOG_LEVEL = "DEBUG"} [envs.default.scripts] example = "cd examples; python example.py" diff --git a/vizro-core/hatch.toml b/vizro-core/hatch.toml index e0b1e2556..83da1b30d 100644 --- a/vizro-core/hatch.toml +++ b/vizro-core/hatch.toml @@ -35,7 +35,6 @@ dependencies = [ "opencv-python", "pyhamcrest" ] -env-vars = {UV_PRERELEASE = "allow"} installer = "uv" [envs.default.scripts]