We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35abddf commit 964ca73Copy full SHA for 964ca73
1 file changed
setup.py
@@ -64,13 +64,13 @@
64
'packaging>=21.3.0,<24.2',
65
'torch>=2.4.0,<2.4.1',
66
'triton>=2.1.0',
67
- 'stanford-stk @ git+https://git@github.com/stanford-futuredata/stk.git@v0.7.1',
+ 'stanford-stk==0.7.1',
68
]
69
70
extra_deps = {}
71
72
extra_deps['gg'] = [
73
- 'grouped_gemm @ git+https://git@github.com/tgale96/grouped_gemm.git@v0.1.6',
+ 'grouped_gemm==0.1.6',
74
75
76
extra_deps['dev'] = [
0 commit comments