From 6c372b6c27db58d8bb93c6c08b320c7d752b5c72 Mon Sep 17 00:00:00 2001 From: joncrall Date: Mon, 23 Oct 2023 21:50:09 -0400 Subject: [PATCH] ipython-genutils for old tests --- requirements/jupyter.txt | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/requirements/jupyter.txt b/requirements/jupyter.txt index e8d418ac..d3088ff5 100644 --- a/requirements/jupyter.txt +++ b/requirements/jupyter.txt @@ -1,12 +1,12 @@ # See ~/local/tools/supported_python_versions_pip.py for helper script -# python ~/local/tools/supported_python_versions_pip.py jupyter_client -# python ~/local/tools/supported_python_versions_pip.py nbconvert -# python ~/local/tools/supported_python_versions_pip.py jupyter_core -# python ~/local/tools/supported_python_versions_pip.py IPython -# python ~/local/tools/supported_python_versions_pip.py debugpy -# python ~/local/tools/supported_python_versions_pip.py jedi -# python ~/local/tools/supported_python_versions_pip.py attrs -# python ~/local/tools/supported_python_versions_pip.py ipython_genutils +# xdev availpkg jupyter_client +# xdev availpkg nbconvert +# xdev availpkg jupyter_core +# xdev availpkg IPython +# xdev availpkg debugpy +# xdev availpkg jedi +# xdev availpkg attrs +# xdev availpkg ipython_genutils nbconvert>=6.1.0; python_version >= '3.7.0' and platform_python_implementation != "PyPy" # Python 3.7+ @@ -38,7 +38,8 @@ debugpy>=1.0.0 ; python_version < '3.7' and python_version >= '3.6' # Pyt # Needed for 3.10 tests -# ipython_genutils >= 0.2.0 ; python_version >= '3.10' # Python 3.10+ +# Needed for earlier versions of nbconvert +ipython_genutils >= 0.2.0 ; python_version >= '3.6' # Python 3.10+ # For IPython