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"
111111matplotlib-inline == 0.1.3 ;python_version >= "3.7"
112112colorama == 0.4.5
113113importlib-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"
116115pycparser == 2.21
117116pymysql == 0.10.1 ;python_version < "3.6"
118117pymysql == 1.0.2 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 236236 'matplotlib-inline==0.1.3;python_version>="3.7"' , # ipython needs this
237237 "colorama==0.4.5" ,
238238 '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
241240 "pycparser==2.21" ,
242241 'pymysql==0.10.1;python_version<"3.6"' ,
243242 'pymysql==1.0.2;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments