Show More
@@ -174,15 +174,23 b' setuptools_extra_args = {}' | |||
|
174 | 174 | # setuptools requirements |
|
175 | 175 | |
|
176 | 176 | extras_require = dict( |
|
177 |
parallel |
|
|
178 |
qtconsole |
|
|
179 |
doc |
|
|
180 | test = ['nose>=0.10.1', 'requests', 'testpath', 'pygments', 'nbformat', 'ipykernel', 'numpy>=1.14'], | |
|
181 | terminal = [], | |
|
182 | kernel = ['ipykernel'], | |
|
183 | nbformat = ['nbformat'], | |
|
184 | notebook = ['notebook', 'ipywidgets'], | |
|
185 | nbconvert = ['nbconvert'], | |
|
177 | parallel=["ipyparallel"], | |
|
178 | qtconsole=["qtconsole"], | |
|
179 | doc=["Sphinx>=1.3"], | |
|
180 | test=[ | |
|
181 | "nose>=0.10.1", | |
|
182 | "requests", | |
|
183 | "testpath", | |
|
184 | "pygments", | |
|
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 | 196 | install_requires = [ |
General Comments 0
You need to be logged in to leave comments.
Login now