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 branches found
No related tags found
1 merge request!17Fix #10: Add jinja2 to pystencils's dependencies
...@@ -86,7 +86,7 @@ setup(name='pystencils', ...@@ -86,7 +86,7 @@ setup(name='pystencils',
author_email='martin.bauer@fau.de', author_email='martin.bauer@fau.de',
url='https://i10git.cs.fau.de/pycodegen/pystencils/', url='https://i10git.cs.fau.de/pycodegen/pystencils/',
packages=['pystencils'] + ['pystencils.' + s for s in find_packages('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']}, package_data={'pystencils': ['include/*.h', 'backends/cuda_known_functions.txt']},
ext_modules = cython_extensions("pystencils.boundaries.createindexlistcython"), ext_modules = cython_extensions("pystencils.boundaries.createindexlistcython"),
classifiers=[ classifiers=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment