Skip to content

Commit

Permalink
Pinning Jinja2 version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyasz committed May 13, 2021
1 parent 6834221 commit 6d71967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def prepend_find_packages(*roots):
description = 'core libraries for the allensdk.',
install_requires = required,
tests_require=test_required,
setup_requires=['setuptools', 'sphinx', 'numpydoc', 'pytest-runner'],
setup_requires=['setuptools', 'jinja2>=2.7.3,<2.12.0', 'sphinx', 'numpydoc', 'pytest-runner'],
url='https://github.com/AllenInstitute/AllenSDK/tree/v%s' % (allensdk.__version__),
download_url = 'https://github.com/AllenInstitute/AllenSDK/tarball/v%s' % (allensdk.__version__),
keywords = ['neuroscience', 'bioinformatics', 'scientific' ],
Expand Down

0 comments on commit 6d71967

Please sign in to comment.