From 769f3e501e8857972334eb79a552b97de561bce4 Mon Sep 17 00:00:00 2001 From: Alan Barzilay Date: Sun, 18 Feb 2024 14:00:26 -0300 Subject: [PATCH] Revert "Bump wheel from 0.23.0 to 0.38.1" this is causing too many weird conflicts to merge next into master. Also, requirements file was deprecated in next branch in lieu of pyproject.toml This reverts commit 68f9b2859d45a60e699839f87b1b9558cd36a329. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f4c9e26..959d1b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -wheel==0.38.1 +wheel==0.23.0 Yarg==0.1.9 docopt==0.6.2 \ No newline at end of file