Skip to content

Commit

Permalink
Fix pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Oct 24, 2023
1 parent 24e7b70 commit be8b0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/jupyter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be8b0b6

Please sign in to comment.