Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
RudolfWeeber
lbmpy
Commits
e49fa030
Commit
e49fa030
authored
Oct 11, 2019
by
Martin Bauer
Browse files
setup.py fix: feature tags like [interactive] did not work correctly
parent
a63af352
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
e49fa030
...
...
@@ -66,10 +66,13 @@ setup(name='lbmpy',
],
python_requires
=
">=3.6"
,
extras_require
=
{
'gpu'
:
[
'pystencils[gpu]'
],
'alltrafos'
:
[
'pystencils[alltrafos]'
],
'interactive'
:
[
'pystencils[interactive]'
,
'scipy'
,
'scikit-image'
,
'cython'
],
'doc'
:
[
'pystencils[doc]'
],
'gpu'
:
[
'pycuda'
],
'opencl'
:
[
'pyopencl'
],
'alltrafos'
:
[
'islpy'
,
'py-cpuinfo'
],
'interactive'
:
[
'scipy'
,
'scikit-image'
,
'cython'
,
'matplotlib'
,
'ipy_table'
,
'imageio'
,
'jupyter'
,
'pyevtk'
],
'doc'
:
[
'sphinx'
,
'sphinx_rtd_theme'
,
'nbsphinx'
,
'sphinxcontrib-bibtex'
,
'sphinx_autodoc_typehints'
,
'pandoc'
],
},
cmdclass
=
{
'quicktest'
:
SimpleTestRunner
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment