Skip to content
Snippets Groups Projects
Commit a8f5d60e authored by Markus Holzer's avatar Markus Holzer
Browse files

Add Cython as additional dependecy

parent d5fb0804
No related branches found
No related tags found
1 merge request!221Ship c-file with pypi
...@@ -118,6 +118,7 @@ setuptools.setup(name='pystencils', ...@@ -118,6 +118,7 @@ setuptools.setup(name='pystencils',
'autodiff': ['pystencils-autodiff'], 'autodiff': ['pystencils-autodiff'],
'doc': ['sphinx', 'sphinx_rtd_theme', 'nbsphinx', 'doc': ['sphinx', 'sphinx_rtd_theme', 'nbsphinx',
'sphinxcontrib-bibtex', 'sphinx_autodoc_typehints', 'pandoc'], 'sphinxcontrib-bibtex', 'sphinx_autodoc_typehints', 'pandoc'],
'use_cython': ['Cython']
}, },
tests_require=['pytest', tests_require=['pytest',
'pytest-cov', 'pytest-cov',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment