Skip to content

Commit 2d3cb84

Browse files
authored
Merge branch 'main' into bump-0.6.dev0
2 parents e083dcb + 964ca73 commit 2d3cb84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@
6464
'packaging>=21.3.0,<24.2',
6565
'torch>=2.4.0,<2.4.1',
6666
'triton>=2.1.0',
67-
'stanford-stk @ git+https://[email protected]/stanford-futuredata/stk.git@v0.7.1',
67+
'stanford-stk==0.7.1',
6868
]
6969

7070
extra_deps = {}
7171

7272
extra_deps['gg'] = [
73-
'grouped_gemm @ git+https://[email protected]/tgale96/grouped_gemm.git@v0.1.6',
73+
'grouped_gemm==0.1.6',
7474
]
7575

7676
extra_deps['dev'] = [

0 commit comments

Comments
 (0)