File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,7 @@ ipython==7.34.0;python_version>="3.7"
111
111
matplotlib-inline == 0.1.3 ;python_version >= "3.7"
112
112
colorama == 0.4.5
113
113
importlib-metadata == 2.1.3 ;python_version < "3.6"
114
- importlib-metadata == 4.8.3 ;python_version >= "3.6" and python_version<"3.7"
115
- importlib-metadata == 4.11.4 ;python_version >= "3.7" and python_version<"3.8"
114
+ importlib-metadata == 4.2.0 ;python_version >= "3.6" and python_version<"3.8"
116
115
pycparser == 2.21
117
116
pymysql == 0.10.1 ;python_version < "3.6"
118
117
pymysql == 1.0.2 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 236
236
'matplotlib-inline==0.1.3;python_version>="3.7"' , # ipython needs this
237
237
"colorama==0.4.5" ,
238
238
'importlib-metadata==2.1.3;python_version<"3.6"' ,
239
- 'importlib-metadata==4.8.3;python_version>="3.6" and python_version<"3.7"' , # noqa: E501
240
- 'importlib-metadata==4.11.4;python_version>="3.7" and python_version<"3.8"' , # noqa: E501
239
+ 'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"' , # noqa: E501
241
240
"pycparser==2.21" ,
242
241
'pymysql==0.10.1;python_version<"3.6"' ,
243
242
'pymysql==1.0.2;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments