Skip to content

Commit

Permalink
Merge pull request #15 from eitanturok/bump-version
Browse files Browse the repository at this point in the history
bump torch, stk versions
  • Loading branch information
mvpatel2000 authored Aug 21, 2024
2 parents 7b8f0df + 5d6423e commit 7363137
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
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

install_requires = [
'torch>=2.3.0,<2.4',
'torch>=2.3.0,<3.0',
'triton>=2.1.0',
]

Expand All @@ -15,7 +15,7 @@

setup(
name="stanford-stk",
version="0.7.0",
version="0.7.1",
author="Trevor Gale",
author_email="[email protected]",
description="Sparse Toolkit",
Expand Down

0 comments on commit 7363137

Please sign in to comment.