Skip to content

Commit

Permalink
use newer tq wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Sep 18, 2024
1 parent 5713ad5 commit 5a1d806
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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" }
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5a1d806

Please sign in to comment.