Skip to content

Commit d280737

Browse files
committed
Remove jinja2 pin.
1 parent cdf6f03 commit d280737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def read(fname):
4343
author_email="[email protected]",
4444
url="https://numpydoc.readthedocs.io",
4545
license="BSD",
46-
install_requires=["sphinx>=1.8", 'Jinja2>=2.10,<3.1'],
46+
install_requires=["sphinx>=1.8", 'Jinja2>=2.10'],
4747
python_requires=">=3.7",
4848
extras_require={
4949
"testing": [

0 commit comments

Comments
 (0)