Skip to content

Commit

Permalink
MAINT: loosen dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Dec 14, 2023
1 parent d152b65 commit 0844c7b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@ dependencies = [
"click>=7.1,<9",
"Jinja2",
"jsonschema<5",
"linkify-it-py~=2.0.0",
"myst-nb~=1.0.0",
"myst-parser>=1.0.0,<3",
"linkify-it-py>=2,<3",
"myst-nb>=1,<3",
"myst-parser>=1,<3",
"pyyaml",
"sphinx>=5.0.0,<8",
"sphinx>=5,<8",
"sphinx-comments",
"sphinx-copybutton",
"sphinx-external-toc~=1.0.1",
"sphinx-jupyterbook-latex~=1.0.0",
"sphinx-design~=0.5.0",
"sphinx-thebe~=0.3.0",
"sphinx-book-theme~=1.1.0rc3",
"sphinx-external-toc>=1.0.1,<2",
"sphinx-jupyterbook-latex>=1,<2",
"sphinx-design>=0.5,<1",
"sphinx-thebe>=0.3,<1",
"sphinx-book-theme>=1.1.0rc3,<2",
"sphinx_togglebutton",
"sphinxcontrib-bibtex~=2.2.0",
"sphinx-multitoc-numbering~=0.1.3",
"sphinxcontrib-bibtex>=2.5.0,<3",
"sphinx-multitoc-numbering>=0.1.3,<1",
]

[project.license]
Expand Down

0 comments on commit 0844c7b

Please sign in to comment.