Skip to content

Commit

Permalink
Retry restore plot poetry.
Browse files Browse the repository at this point in the history
  • Loading branch information
spahrenk committed Dec 3, 2024
1 parent 58060f6 commit a8bcab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/python/data_model/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion scripts/python/data_model/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ python = "^3.8"
pandas = "*"
plotly = "*"
koozie = "*"
dimes = { git = "https://github.com/bigladder/dimes", rev = "1b8082f06909d551b36e7b784816d7abd915b58a"}
lattice = {git = "https://github.com/bigladder/lattice.git", branch = "add-basic-build-support"}

[tool.poetry.dev-dependencies]
Expand All @@ -17,4 +18,4 @@ tomli = "2.0.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"

0 comments on commit a8bcab0

Please sign in to comment.