From be8b0b6f7caa58fbe2656d6a693cc3340c774103 Mon Sep 17 00:00:00 2001 From: joncrall Date: Mon, 23 Oct 2023 22:57:24 -0400 Subject: [PATCH] Fix pypy --- requirements/jupyter.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/jupyter.txt b/requirements/jupyter.txt index d3088ff5..97c790f4 100644 --- a/requirements/jupyter.txt +++ b/requirements/jupyter.txt @@ -39,7 +39,7 @@ debugpy>=1.0.0 ; python_version < '3.7' and python_version >= '3.6' # Pyt # Needed for 3.10 tests # Needed for earlier versions of nbconvert -ipython_genutils >= 0.2.0 ; python_version >= '3.6' # Python 3.10+ +ipython_genutils >= 0.2.0 ; python_version >= '3.6' and platform_python_implementation != "PyPy" # Python 3.10+ # For IPython