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]