From d4c10b2b0fa0227b4d9d9ed35d57fb5c08a38a09 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sun, 21 Sep 2025 10:59:42 -0400 Subject: [PATCH] Use `tractor`'s updated `piker_pin` branch (again) Instead of the insignificantly named dev branch from recent `trio` / py3.13 updates work; it makes more sense to keep a dedicated pin (as we have prior) for the moment. Also re-org the masked @goodboy dev-env lines + comments to bottom of file. --- pyproject.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b9da4134..2760570c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -141,11 +141,12 @@ 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" } +tractor = { git = "https://github.com/goodboy/tractor.git", branch ="piker_pin" } +# TODO, long term we should be synced to upstream proper! # tractor = { git = "https://pikers.dev/goodboy/tractor", branch = "main" } -# tractor = { git = "https://pikers.dev/goodboy/tractor", branch = "moar_eg_smoothing" } -# XXX for @goodboy's hackin, usually there's something new in the -# runtime being seriously tested here Bp -tractor = { git = "https://github.com/goodboy/tractor.git", branch ="final_eg_refinements" } +# goodboy's dev-env +# XXX for @goodboy's hackin dev env, usually there's something new in +# the runtime being seriously tested here Bp # tractor = { path = "../tractor/", editable = true } # xonsh = { path = "../xonsh", editable = true }