From 9a73b9e6c7dbb0d4227cfb287f864bae70c35d0e Mon Sep 17 00:00:00 2001 From: Ashay Rane Date: Sun, 6 Nov 2022 14:12:28 -0600 Subject: [PATCH] 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. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c1f7a22a58b5..8fc41158a6a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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