Skip to content

Commit

Permalink
Fix project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Jul 6, 2023
1 parent ffc31f8 commit a2ce73d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ classifiers = [

dependencies = [
"docutils",
# Keep in sync with Furo's constraint.
# Keep these in sync with Furo's constraint.
"sphinx>=6.0",
"sphinx-basic-ng",
"beautifulsoup4",
"pygments >= 2.7",
# Remove jQuery once we get rid of the Pytorch theme.
"sphinxcontrib-jquery",
]
Expand Down

0 comments on commit a2ce73d

Please sign in to comment.