Skip to content

Commit

Permalink
Merge branch 'qa/vizro_ai_ui_tests' of https://github.com/mckinsey/vizro
Browse files Browse the repository at this point in the history
 into qa/vizro_ai_ui_tests
  • Loading branch information
l0uden committed Dec 24, 2024
2 parents 986872b + 4f93588 commit 725b7b2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions vizro-ai/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -32,7 +27,7 @@ dependencies = [
"langchain-community",
"langchain_mistralai",
"langchain-anthropic",
"pre-commit",
"pre-commit"
]
installer = "uv"

Expand Down Expand Up @@ -70,7 +65,7 @@ dependencies = [
"mkdocs-material",
"mkdocs-git-revision-date-localized-plugin>=1.2.5",
"mkdocstrings[python]",
"linkchecker",
"linkchecker"
]
detached = true
installer = "uv"
Expand All @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions vizro-core/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 725b7b2

Please sign in to comment.