Show More
@@ -171,15 +171,23 b' setuptools_extra_args = {}' | |||
|
171 | 171 | # setuptools requirements |
|
172 | 172 | |
|
173 | 173 | extras_require = dict( |
|
174 |
parallel |
|
|
175 |
qtconsole |
|
|
176 |
doc |
|
|
177 | test = ['nose>=0.10.1', 'requests', 'testpath', 'pygments', 'nbformat', 'ipykernel', 'numpy>=1.14'], | |
|
178 | terminal = [], | |
|
179 | kernel = ['ipykernel'], | |
|
180 | nbformat = ['nbformat'], | |
|
181 | notebook = ['notebook', 'ipywidgets'], | |
|
182 | nbconvert = ['nbconvert'], | |
|
174 | parallel=["ipyparallel"], | |
|
175 | qtconsole=["qtconsole"], | |
|
176 | doc=["Sphinx>=1.3"], | |
|
177 | test=[ | |
|
178 | "nose>=0.10.1", | |
|
179 | "requests", | |
|
180 | "testpath", | |
|
181 | "pygments", | |
|
182 | "nbformat", | |
|
183 | "ipykernel", | |
|
184 | "numpy>=1.16", | |
|
185 | ], | |
|
186 | terminal=[], | |
|
187 | kernel=["ipykernel"], | |
|
188 | nbformat=["nbformat"], | |
|
189 | notebook=["notebook", "ipywidgets"], | |
|
190 | nbconvert=["nbconvert"], | |
|
183 | 191 | ) |
|
184 | 192 | |
|
185 | 193 | install_requires = [ |
General Comments 0
You need to be logged in to leave comments.
Login now