Skip to content

Commit

Permalink
Fix ipython version requirements for python 3.6 (pyutils#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxocub authored May 5, 2021
1 parent 56bd6f9 commit ccd1a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/runtime.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
IPython >=0.13 ; python_version >= '3.7'
IPython >=0.13, <=7.7.0 ; python_version <= '3.6'
IPython >=0.13, <7.17.0 ; python_version <= '3.6'

0 comments on commit ccd1a5c

Please sign in to comment.