Skip to content

Commit

Permalink
Updt triton pin (#89)
Browse files Browse the repository at this point in the history
* Update setup.py

make torch pin more flexible

* Update setup.py
  • Loading branch information
vchiley authored Jan 11, 2024
1 parent 04e4f1f commit f05609c
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 @@ -29,7 +29,7 @@
]

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

Expand All @@ -51,7 +51,7 @@

setup(
name="megablocks",
version="0.5.0",
version="0.5.1",
author="Trevor Gale",
author_email="[email protected]",
description="MegaBlocks",
Expand Down

0 comments on commit f05609c

Please sign in to comment.