diff --git a/setup.py b/setup.py index 4a5a45ab..6f390d55 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ ] install_requires=[ - "triton==2.1.0", + "triton>=2.1.0", "stanford-stk>=0.0.6", ] @@ -51,7 +51,7 @@ setup( name="megablocks", - version="0.5.0", + version="0.5.1", author="Trevor Gale", author_email="tgale@stanford.edu", description="MegaBlocks",