We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee2e57 commit 6938c31Copy full SHA for 6938c31
2 files changed
requirements/ipython.txt
@@ -1,2 +1,2 @@
1
-IPython >=8.14.0 ; python_version < '4.0.0' and python_version >= '3.9.0' # Python 3.9+
2
-IPython >=8.12.2 ; python_version < '3.9.0' and python_version >= '3.8.0' # Python 3.8
+IPython >=8.14.0 ; python_version < '3.10' and python_version >= '3.9'
+IPython >=8.28.0 ; python_version < '4.0' and python_version >= '3.10'
requirements/optional.txt
@@ -1,4 +1,4 @@
# Add requirements here, use the script for help
# xdev availpkg rich
3
-rich>=12.3.0
+rich>=13.9.0
4
-r ipython.txt
0 commit comments