File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,9 @@ ipython==5.10.0;python_version<"3.6"
107
107
ipython == 7.16.1 ;python_version >= "3.6" and python_version<"3.7"
108
108
ipython == 7.34.0 ;python_version >= "3.7"
109
109
matplotlib-inline == 0.1.6 ;python_version >= "3.7"
110
- colorama == 0.4.6
110
+ colorama == 0.4.6 ;python_version < "3.6"
111
+ colorama == 0.4.5 ;python_version >= "3.6" and python_version<"3.7"
112
+ colorama == 0.4.6 ;python_version >= "3.7"
111
113
importlib-metadata == 2.1.3 ;python_version < "3.6"
112
114
importlib-metadata == 4.2.0 ;python_version >= "3.6" and python_version<"3.8"
113
115
pycparser == 2.21
Original file line number Diff line number Diff line change 232
232
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"' ,
233
233
'ipython==7.34.0;python_version>="3.7"' , # Requires matplotlib-inline
234
234
'matplotlib-inline==0.1.6;python_version>="3.7"' , # ipython needs this
235
- "colorama==0.4.6" ,
235
+ 'colorama==0.4.6;python_version<"3.6"' ,
236
+ 'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"' ,
237
+ 'colorama==0.4.6;python_version>="3.7"' ,
236
238
'importlib-metadata==2.1.3;python_version<"3.6"' ,
237
239
'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"' , # noqa: E501
238
240
"pycparser==2.21" ,
You can’t perform that action at this time.
0 commit comments