diff --git a/pyproject.toml b/pyproject.toml index 7a32474..c45f1c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,8 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.9" dependencies = [ - "brick-tq-shacl==0.3.4a1", + #"brick-tq-shacl==0.3.4a1", + "buildingmotif[topquadrant]", "jupyter-book>=1.0.2", "jupyterlab>=4.2.5", "nbformat>=5.10.4", @@ -18,3 +19,6 @@ dependencies = [ [build-system] requires = ["hatchling"] build-backend = "hatchling.build" + +[tool.uv.sources] +buildingmotif = { git = "https://github.com/NREL/buildingmotif.git", rev = "develop" } diff --git a/requirements.txt b/requirements.txt index e8790ea..8bbbb84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ myst_parser sphinxcontrib-mermaid pyontoenv==0.1.9 brickschema==0.7.6a3 -brick-tq-shacl==0.3.3a3 +brick-tq-shacl==0.3.4a1 git+https://github.com/NREL/buildingmotif.git@develop#egg=buildingmotif