Skip to content

Commit ba352f0

Browse files
committed
chore: Update ondiagnostics source
1 parent 4e617c4 commit ba352f0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

code/pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"cattrs>=25.3.0",
1313
"gql[httpx]>=4.0.0",
1414
"httpx>=0.28.1",
15-
"ondiagnostics>=0.1.0",
15+
"ondiagnostics @ git+https://github.com/openneuroorg/ondiagnostics",
1616
"pygit2>=1.19.1",
1717
"rich>=14.3.2",
1818
"stamina>=25.2.0",
@@ -26,8 +26,9 @@ openneuro-dashboard = "openneuro_dashboard.__main__:app"
2626
requires = ["uv_build>=0.10.2,<0.11.0"]
2727
build-backend = "uv_build"
2828

29-
[tool.uv.sources]
30-
ondiagnostics = { path = "../../ondiagnostics", editable = true }
29+
## Use this to work on paired refactors
30+
# [tool.uv.sources]
31+
# ondiagnostics = { path = "../../ondiagnostics", editable = true }
3132

3233
[dependency-groups]
3334
dev = [

0 commit comments

Comments
 (0)