File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,8 @@ ipython==7.30.1;python_version>="3.7"
96
96
matplotlib-inline == 0.1.3 ;python_version >= "3.7"
97
97
colorama == 0.4.4
98
98
platformdirs == 2.0.2 ;python_version < "3.6"
99
- platformdirs == 2.4.1 ;python_version >= "3.6"
99
+ platformdirs == 2.4.0 ;python_version >= "3.6" and python_version<"3.7"
100
+ platformdirs == 2.4.1 ;python_version >= "3.7"
100
101
pathlib2 == 2.3.5 ;python_version < "3.5"
101
102
importlib-metadata == 2.0.0 ;python_version < "3.5"
102
103
importlib-metadata == 2.1.1 ;python_version >= "3.5" and python_version<"3.6"
Original file line number Diff line number Diff line change 216
216
'matplotlib-inline==0.1.3;python_version>="3.7"' , # ipython needs this
217
217
"colorama==0.4.4" ,
218
218
'platformdirs==2.0.2;python_version<"3.6"' ,
219
- 'platformdirs==2.4.1;python_version>="3.6"' ,
219
+ 'platformdirs==2.4.0;python_version>="3.6" and python_version<"3.7"' ,
220
+ 'platformdirs==2.4.1;python_version>="3.7"' ,
220
221
'pathlib2==2.3.5;python_version<"3.5"' , # Sync with "virtualenv"
221
222
'importlib-metadata==2.0.0;python_version<"3.5"' ,
222
223
'importlib-metadata==2.1.1;python_version>="3.5" and python_version<"3.6"' , # noqa: E501
You can’t perform that action at this time.
0 commit comments