Skip to content

Commit

Permalink
build: un-pin the ninja pip package version (llvm#1562)
Browse files Browse the repository at this point in the history
Now that the ninja pip package issue has been resolved, this patch
removes the pinned version from requirements.txt so that we can go back
to using the most recent version of ninja.
  • Loading branch information
ashay authored Nov 6, 2022
1 parent e16ccce commit 9a73b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pybind11
wheel
setuptools
cmake
ninja==1.10.2
ninja

# Workaround for what should be a torch dep
# See discussion in #1174
Expand Down

0 comments on commit 9a73b9e

Please sign in to comment.