From 490e8f210f6068297dcb82df23c2c9a83c83a584 Mon Sep 17 00:00:00 2001 From: Siavash Nazari Date: Mon, 13 Jun 2022 14:42:25 -0400 Subject: [PATCH] Add wheel to the requirements Building qtorch using pip fails due to the missing package: wheel - Add it to the requirements so that `pip install .` builds qtoch --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index e338229..4e191c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ sphinx>=1.4 ipykernel nbsphinx +wheel