Skip to content

Commit 896faad

Browse files
Uncomment custom branch deps
1 parent 421f0aa commit 896faad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ numpy = "*"
4343

4444
[tool.pixi.pypi-dependencies]
4545
openff-pablo = { path = ".", editable = true }
46-
# openff-toolkit = { git = "https://github.com/openforcefield/openff-toolkit.git", rev = "better_typing" }
47-
# openff-units = { git = "https://github.com/openforcefield/openff-units.git", rev = "better_typing" }
46+
openff-toolkit = { git = "https://github.com/openforcefield/openff-toolkit.git", rev = "better_typing" }
47+
openff-units = { git = "https://github.com/openforcefield/openff-units.git", rev = "better_typing" }
4848

4949
[tool.pixi.feature.test.dependencies]
5050
pytest = "*"

0 commit comments

Comments
 (0)