Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relax now-unneeded constraints #8968

Merged
merged 2 commits into from
Oct 20, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions constraints.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
# jsonschema pinning needed due nbformat==5.1.3 using deprecated behaviour in
# 4.0+. The pin can be removed after nbformat is updated.
jsonschema==3.2.0

# pyparsing restrictions are needed because pyparsing 3.0.0 and 3.0.1 break
# matplotlib's mathtex extensions. At the time of writing (2021-10-25), the
# docs build is pinned to matplotlib<3.4 (current) because of deprecations, so
# as we won't get matplotlib upgrades by default, this constraint likely can't
# be removed until we can unpin matplotlib.
pyparsing<3.0.0

# Jinja2 3.1.0 is incompatible with sphinx and/or jupyter until they are updated
# to work with the new jinja version (the jinja maintainers aren't going to
# fix things) pin to the previous working version.
jinja2==3.0.3