We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e617c4 commit ba352f0Copy full SHA for ba352f0
1 file changed
code/pyproject.toml
@@ -12,7 +12,7 @@ dependencies = [
12
"cattrs>=25.3.0",
13
"gql[httpx]>=4.0.0",
14
"httpx>=0.28.1",
15
- "ondiagnostics>=0.1.0",
+ "ondiagnostics @ git+https://github.com/openneuroorg/ondiagnostics",
16
"pygit2>=1.19.1",
17
"rich>=14.3.2",
18
"stamina>=25.2.0",
@@ -26,8 +26,9 @@ openneuro-dashboard = "openneuro_dashboard.__main__:app"
26
requires = ["uv_build>=0.10.2,<0.11.0"]
27
build-backend = "uv_build"
28
29
-[tool.uv.sources]
30
-ondiagnostics = { path = "../../ondiagnostics", editable = true }
+## Use this to work on paired refactors
+# [tool.uv.sources]
31
+# ondiagnostics = { path = "../../ondiagnostics", editable = true }
32
33
[dependency-groups]
34
dev = [
0 commit comments