Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet authored Jan 9, 2024
1 parent 01845d5 commit 4cf0383
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,8 +11,8 @@
backend_deps = []
if "NO_BACKEND" in os.environ.keys():
backend_deps = [
"iree-compiler>=20221022.190",
"iree-runtime>=20221022.190",
"iree-compiler==20231212.*",
"iree-runtime>=20231212.*",
]

setup(
Expand Down

0 comments on commit 4cf0383

Please sign in to comment.