build: un-pin the ninja pip package version (#1562)

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.
pull/1566/head snapshot-20221107.650
Ashay Rane 2022-11-06 14:12:28 -06:00 committed by GitHub
parent e16ccce373
commit 9a73b9e6c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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