Skip to content
Snippets Groups Projects
Commit 248d477b authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Fix #10: Add jinja2 to pystencils's dependencies

parent 6942ed0b
No related merge requests found
Pipeline #16965 passed with stage
in 7 minutes and 11 seconds
......@@ -86,7 +86,7 @@ setup(name='pystencils',
author_email='martin.bauer@fau.de',
url='https://i10git.cs.fau.de/pycodegen/pystencils/',
packages=['pystencils'] + ['pystencils.' + s for s in find_packages('pystencils')],
install_requires=['sympy>=1.1', 'numpy', 'appdirs', 'joblib'],
install_requires=['sympy>=1.1', 'numpy', 'appdirs', 'joblib', 'jinja2'],
package_data={'pystencils': ['include/*.h', 'backends/cuda_known_functions.txt']},
ext_modules = cython_extensions("pystencils.boundaries.createindexlistcython"),
classifiers=[
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment