##// END OF EJS Templates
Backport PR #12836: NEP29 : Bump numpy testing requirements to 1.16+
Matthias Bussonnier -
Show More
@@ -174,15 +174,23 b' setuptools_extra_args = {}'
174 # setuptools requirements
174 # setuptools requirements
175
175
176 extras_require = dict(
176 extras_require = dict(
177 parallel = ['ipyparallel'],
177 parallel=["ipyparallel"],
178 qtconsole = ['qtconsole'],
178 qtconsole=["qtconsole"],
179 doc = ['Sphinx>=1.3'],
179 doc=["Sphinx>=1.3"],
180 test = ['nose>=0.10.1', 'requests', 'testpath', 'pygments', 'nbformat', 'ipykernel', 'numpy>=1.14'],
180 test=[
181 terminal = [],
181 "nose>=0.10.1",
182 kernel = ['ipykernel'],
182 "requests",
183 nbformat = ['nbformat'],
183 "testpath",
184 notebook = ['notebook', 'ipywidgets'],
184 "pygments",
185 nbconvert = ['nbconvert'],
185 "nbformat",
186 "ipykernel",
187 "numpy>=1.16",
188 ],
189 terminal=[],
190 kernel=["ipykernel"],
191 nbformat=["nbformat"],
192 notebook=["notebook", "ipywidgets"],
193 nbconvert=["nbconvert"],
186 )
194 )
187
195
188 install_requires = [
196 install_requires = [
General Comments 0
You need to be logged in to leave comments. Login now