Skip to content

Commit

Permalink
Update dependencies in docs/requirements.txt and setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Jun 17, 2024
1 parent 19656b7 commit 619a6ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# NumPy is required for building `bezier` from source.
numpy >= 1.25.2
numpy >= 1.26.4, < 2
# Sphinx and related are required for building documentation.
Sphinx >= 6.2.1
Sphinx >= 7.3.7
# See: https://github.com/readthedocs/sphinx_rtd_theme/issues/1463
sphinx-copybutton >= 0.5.2
sphinx-docstring-typing >= 0.0.4
sphinx-rtd-theme >= 1.2.2
sphinx-rtd-theme >= 2.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
""".format(
install_prefix=INSTALL_PREFIX_ENV, no_extension=NO_EXTENSION_ENV
)
REQUIREMENTS = ("numpy >= 1.25.2",)
REQUIREMENTS = ("numpy >= 1.26.4, < 2",)
# See: https://www.python.org/dev/peps/pep-0508/
# Dependency specification for Python Software Packages
EXTRAS_REQUIRE = {
Expand Down

0 comments on commit 619a6ef

Please sign in to comment.