diff --git a/scripts/python/data_model/poetry.lock b/scripts/python/data_model/poetry.lock index bde88118..92d26a0b 100644 --- a/scripts/python/data_model/poetry.lock +++ b/scripts/python/data_model/poetry.lock @@ -1605,4 +1605,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "93440d66e9d4d5ed872675d1e81465b02c799952e8f3f07c41ee97eee53450ba" \ No newline at end of file +content-hash = "93440d66e9d4d5ed872675d1e81465b02c799952e8f3f07c41ee97eee53450ba" diff --git a/scripts/python/data_model/pyproject.toml b/scripts/python/data_model/pyproject.toml index 43052482..0044bd25 100644 --- a/scripts/python/data_model/pyproject.toml +++ b/scripts/python/data_model/pyproject.toml @@ -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] @@ -17,4 +18,4 @@ tomli = "2.0.1" [build-system] requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"