Skip to content

Commit

Permalink
bump and pin versions (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
vchiley authored May 21, 2024
1 parent 39d3e3b commit f1a83bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@

install_requires=[
"triton>=2.1.0",
"stanford-stk>=0.0.6",
"stanford-stk==0.7.0",
]

extra_deps = {}

extra_deps["gg"] = [
"grouped_gemm",
"grouped_gemm==0.1.1",
]

extra_deps["dev"] = [
Expand Down

0 comments on commit f1a83bd

Please sign in to comment.