From 7f4a3b92e09714d02545ffc8432124d5d9f1ad0d Mon Sep 17 00:00:00 2001 From: Cathal McCabe Date: Fri, 23 Oct 2020 20:42:28 +0100 Subject: [PATCH] Remove pynq from requirements.txt (#1168) Co-authored-by: Cathal McCabe --- docs/requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 771482d6ae..47bd18ea62 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,10 +5,9 @@ numpy matplotlib nbsphinx -pynq -jupyter_client cffi +jupyter_client ipython pytest netifaces -pandas +pandas \ No newline at end of file