From ca1db8a829130fdb5623fa393a7b1a2c34918d2c Mon Sep 17 00:00:00 2001 From: Antony Milne <49395058+antonymilne@users.noreply.github.com> Date: Thu, 28 Nov 2024 11:33:43 +0000 Subject: [PATCH] [CI] Do not use prereleases (#904) --- vizro-ai/hatch.toml | 1 - vizro-core/hatch.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/vizro-ai/hatch.toml b/vizro-ai/hatch.toml index 956bd94ca..384d15d57 100644 --- a/vizro-ai/hatch.toml +++ b/vizro-ai/hatch.toml @@ -32,7 +32,6 @@ dependencies = [ installer = "uv" [envs.default.env-vars] -UV_PRERELEASE = "allow" VIZRO_AI_LOG_LEVEL = "DEBUG" [envs.default.scripts] 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]