From a8f5d60e2ac2e4a7fb5a05aa856d0dbb56a170ae Mon Sep 17 00:00:00 2001 From: markus holzer <markus.holzer@fau.de> Date: Mon, 22 Feb 2021 12:58:35 +0100 Subject: [PATCH] Add Cython as additional dependecy --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 981b5053e..3b200addd 100644 --- a/setup.py +++ b/setup.py @@ -118,6 +118,7 @@ setuptools.setup(name='pystencils', 'autodiff': ['pystencils-autodiff'], 'doc': ['sphinx', 'sphinx_rtd_theme', 'nbsphinx', 'sphinxcontrib-bibtex', 'sphinx_autodoc_typehints', 'pandoc'], + 'use_cython': ['Cython'] }, tests_require=['pytest', 'pytest-cov', -- GitLab