Skip to content

Commit

Permalink
[QA] Dynamic version for root pyproject.toml (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
l0uden authored Jan 6, 2025
1 parent e2ed8a2 commit 4525d30
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ authors = [
{name = "Vizro Team"}
]
description = "Vizro is a package to facilitate visual analytics."
dynamic = ["version"]
name = "vizro"

[tool.bandit]
Expand Down
5 changes: 0 additions & 5 deletions vizro-ai/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ 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
5 changes: 0 additions & 5 deletions vizro-core/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,6 @@ 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 4525d30

Please sign in to comment.