diff --git a/pyproject.toml b/pyproject.toml index 7a6de4e7..10b120d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -130,4 +130,5 @@ pyqtgraph = { git = "https://github.com/pikers/pyqtgraph.git" } asyncvnc = { git = "https://github.com/pikers/asyncvnc.git", branch = "main" } tomlkit = { git = "https://github.com/pikers/tomlkit.git", branch ="piker_pin" } msgspec = { git = "https://github.com/jcrist/msgspec.git" } -tractor = { path = "../tractor", editable = true } +tractor = { git = "https://pikers.dev/goodboy/tractor", branch = "piker_pin" } +# tractor = { path = "../tractor", editable = true }