diff --git a/vizro-ai/hatch.toml b/vizro-ai/hatch.toml index 14f95d6ba..5e612315b 100644 --- a/vizro-ai/hatch.toml +++ b/vizro-ai/hatch.toml @@ -3,11 +3,6 @@ [[envs.all.matrix]] python = ["3.9", "3.10", "3.11", "3.12"] -[envs.hatch-uv] -dependencies = [ - "uv<0.5.10" # https://github.com/astral-sh/uv/issues/10039 -] - [envs.changelog] dependencies = ["scriv"] detached = true @@ -32,7 +27,7 @@ dependencies = [ "langchain-community", "langchain_mistralai", "langchain-anthropic", - "pre-commit", + "pre-commit" ] installer = "uv" @@ -70,7 +65,7 @@ dependencies = [ "mkdocs-material", "mkdocs-git-revision-date-localized-plugin>=1.2.5", "mkdocstrings[python]", - "linkchecker", + "linkchecker" ] detached = true installer = "uv" @@ -84,6 +79,11 @@ link-check = "linkchecker site --check-extern --no-warnings --ignore=404.html -- pip = '"{env:HATCH_UV}" pip {args}' serve = "mkdocs serve --open" +[envs.hatch-uv] +dependencies = [ + "uv<0.5.10" # https://github.com/astral-sh/uv/issues/10039 +] + [envs.lower-bounds] extra-dependencies = ["pydantic==1.10.16"] python = "3.9" diff --git a/vizro-core/hatch.toml b/vizro-core/hatch.toml index 413a670b7..de9860689 100644 --- a/vizro-core/hatch.toml +++ b/vizro-core/hatch.toml @@ -10,11 +10,6 @@ matrix.python.features = [ {value = "kedro", if = ["3.9", "3.10", "3.11", "3.12"]} ] -[envs.hatch-uv] -dependencies = [ - "uv<0.5.10" # https://github.com/astral-sh/uv/issues/10039 -] - [envs.changelog] dependencies = ["scriv"] detached = true @@ -116,6 +111,11 @@ template = "examples" DASH_DEBUG = "true" VIZRO_LOG_LEVEL = "DEBUG" +[envs.hatch-uv] +dependencies = [ + "uv<0.5.10" # https://github.com/astral-sh/uv/issues/10039 +] + [envs.lower-bounds] extra-dependencies = [ "pydantic==1.10.16",