Skip to content

Commit

Permalink
Downgrade sphinx to avoid dependency conflicts (#1076)
Browse files Browse the repository at this point in the history
* Downgrade sphinx to avoid dependency conflicts
* Downgrade setuptools to 75.3.0, which is the highest supported version in the Windows wheel
  • Loading branch information
jesper-friis authored Jan 22, 2025
1 parent e71b98e commit 5d91c52
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Requirements building
swig==4.3.0
cmake==3.31.4
#setuptools==67.5.0; python_version<"3.9"
#setuptools==75.7.0; python_version>="3.9"
setuptools==75.6.0
wheel==0.45.1

# Note, the setuptools==75.3.0 is the highest supported version in the Windows wheel
setuptools==75.3.0
2 changes: 1 addition & 1 deletion requirements_doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ docutils==0.21.2
lxml==5.3.0
myst-nb==1.1.2
nbclient==0.10.2
Sphinx==8.1.3
Sphinx==7.4.7
sphinx-autoapi==3.4.0
sphinx-autobuild==2024.10.3
sphinx-book-theme==1.1.3
Expand Down
4 changes: 3 additions & 1 deletion requirements_full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ urllib3>=1.0.0,<2

# Utilities
# Bug in pydantic 2.10.0, see https://github.com/pydantic/pydantic/issues/9898
pydantic>=1.10.0,!=2.10.0,<2.10.4
annotated-types>=0.5.0,<0.8.0
pydantic>=1.10.0,!=2.10.0,!=2.10.1,<2.10.6
pydantic-core>=0.42,<2.27.3
typing_extensions>=4.1,<5; python_version<'3.9'
fortran-language-server>=1.12.0,<1.13

Expand Down

0 comments on commit 5d91c52

Please sign in to comment.