Skip to content

Commit

Permalink
ipython-genutils for old tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Oct 24, 2023
1 parent f0792df commit 6c372b6
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions requirements/jupyter.txt
Original file line number Diff line number Diff line change
@@ -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+
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6c372b6

Please sign in to comment.