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 = {}