Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 1 addition & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ Build/CI
* Skip test_dont_crash_on_click on windows/pyqt (#666)
* Cleanup ci module and setup (#695)
* Unskip no longer failing test (#714)
* Add pyproject.toml specifying numpy and cython as build deps (#730)
* Add pyproject.toml to MANIFEST.in (#747)
* Add pyproject.toml specifying numpy and cython as build deps (#730, #747, #779)

Release 4.8.0
-------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["cython", "numpy", "setuptools", "wheel"]
requires = ["cython", "oldest-supported-numpy", "setuptools", "wheel"]
build-backend = "setuptools.build_meta"