Show More
@@ -2,8 +2,10 b'' | |||||
2 | 8.x Series |
|
2 | 8.x Series | |
3 | ============ |
|
3 | ============ | |
4 |
|
4 | |||
5 | IPython 8.18 |
|
5 | IPython 8.18 and 8.18.1 | |
6 | ------------ |
|
6 | ----------------------- | |
|
7 | ||||
|
8 | 8.18.1 is identical to 8.18 but pin ``prompt_toolkit`` to greater than ``3.0.41`` | |||
7 |
|
9 | |||
8 | Small release of IPython that fixes a small number of inconveniences. |
|
10 | Small release of IPython that fixes a small number of inconveniences. | |
9 |
|
11 |
@@ -35,7 +35,7 b' install_requires =' | |||||
35 | jedi>=0.16 |
|
35 | jedi>=0.16 | |
36 | matplotlib-inline |
|
36 | matplotlib-inline | |
37 | pexpect>4.3; sys_platform != "win32" |
|
37 | pexpect>4.3; sys_platform != "win32" | |
38 |
prompt_toolkit>=3.0. |
|
38 | prompt_toolkit>=3.0.41,<3.1.0 | |
39 | pygments>=2.4.0 |
|
39 | pygments>=2.4.0 | |
40 | stack_data |
|
40 | stack_data | |
41 | traitlets>=5 |
|
41 | traitlets>=5 |
General Comments 0
You need to be logged in to leave comments.
Login now