File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ packaging>=21.0;python_version>="3.6"
5
5
typing-extensions >= 3.10.0.2
6
6
setuptools >= 44.1.1 ;python_version < "3.5"
7
7
setuptools >= 50.3.2 ;python_version >= "3.5" and python_version<"3.6"
8
- setuptools >= 58.0.0 ;python_version >= "3.6"
8
+ setuptools >= 58.0.2 ;python_version >= "3.6"
9
9
setuptools-scm == 5.0.2 ;python_version < "3.6"
10
10
setuptools-scm >= 6.3.1 ;python_version >= "3.6"
11
11
tomli >= 1.2.1 ;python_version >= "3.6"
@@ -83,7 +83,7 @@ ipython==5.10.0;python_version<"3.5"
83
83
ipython == 7.9.0 ;python_version >= "3.5" and python_version<"3.6"
84
84
ipython == 7.16.1 ;python_version >= "3.6" and python_version<"3.7"
85
85
ipython == 7.27.0 ;python_version >= "3.7"
86
- matplotlib-inline == 0.1.2 ;python_version >= "3.7"
86
+ matplotlib-inline == 0.1.3 ;python_version >= "3.7"
87
87
colorama == 0.4.4
88
88
platformdirs == 2.0.2 ;python_version < "3.6"
89
89
platformdirs == 2.3.0 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 121
121
"typing-extensions>=3.10.0.2" ,
122
122
'setuptools>=44.1.1;python_version<"3.5"' ,
123
123
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"' ,
124
- 'setuptools>=58.0.0 ;python_version>="3.6"' ,
124
+ 'setuptools>=58.0.2 ;python_version>="3.6"' ,
125
125
'setuptools-scm==5.0.2;python_version<"3.6"' ,
126
126
'setuptools-scm>=6.3.1;python_version>="3.6"' ,
127
127
'tomli>=1.2.1;python_version>="3.6"' ,
199
199
'ipython==7.9.0;python_version>="3.5" and python_version<"3.6"' ,
200
200
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"' ,
201
201
'ipython==7.27.0;python_version>="3.7"' , # Requires matplotlib-inline
202
- 'matplotlib-inline==0.1.2 ;python_version>="3.7"' , # ipython needs this
202
+ 'matplotlib-inline==0.1.3 ;python_version>="3.7"' , # ipython needs this
203
203
"colorama==0.4.4" ,
204
204
'platformdirs==2.0.2;python_version<"3.6"' ,
205
205
'platformdirs==2.3.0;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments