Skip to content

Commit

Permalink
Merge pull request #4 from vchiley/updt_torch_pin
Browse files Browse the repository at this point in the history
Updt triton pin
  • Loading branch information
tgale96 authored Jan 11, 2024
2 parents aa534b6 + 5115ad6 commit 7696c74
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 @@ -11,7 +11,7 @@

setup(
name="stanford-stk",
version="0.0.6",
version="0.0.7",
author="Trevor Gale",
author_email="[email protected]",
description="Sparse Toolkit",
Expand All @@ -25,7 +25,7 @@
],
packages=find_packages(),
install_requires=[
"triton==2.1.0",
"triton>=2.1.0",
],
extras_require=extra_deps,
)

0 comments on commit 7696c74

Please sign in to comment.