From e2f35871b2a70f9ed5dbc4c7cf3e7588bf0bd144 Mon Sep 17 00:00:00 2001 From: Vitaliy Chiley <6439018+vchiley@users.noreply.github.com> Date: Fri, 4 Aug 2023 10:36:41 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f95d2e5..8388d736 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ ] install_requires=[ - 'stanford-stk @ git+https://github.com/vchiley/stk.git@setup_deps', + 'stanford-stk @ git+https://github.com/stanford-futuredata/stk.git@main', ] extra_deps = {}