From fda1c5b55449997c9401bcc0a0a40af47c1cfcf1 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 3 Oct 2022 01:44:50 -0400 Subject: [PATCH] Pin back to `tractor` master branch --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8f35a63f..91bb8918 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # we require a pinned dev branch to get some edge features that # are often untested in tractor's CI and/or being tested by us # first before committing as core features in tractor's base. --e git+https://github.com/goodboy/tractor.git@reentrant_moc#egg=tractor +-e git+https://github.com/goodboy/tractor.git@master#egg=tractor # `pyqtgraph` peeps keep breaking, fixing, improving so might as well # pin this to a dev branch that we have more control over especially