Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyproject.toml fix backport and changelog updates #849

Merged
merged 2 commits into from
Jun 14, 2021
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: 2 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@ Maintenance
* Remove old deprecated drawing methods (#814)
* Remove AbstractWindow.bg_color trait (#816)
* Remove unused enable/trait_defs/ui/wx/enable_rgba_color_editor.py module (#817)
* Deal with __getstate__ methods (#804, #841)

Build and Continuous Integration
--------------------------------

* Skip markers tests if not using agg (#799)
* Add pyproject.toml to specify cython and numpy as build deps (#808)
* Add pyproject.toml to specify cython and numpy as build deps (#808, #836, #847)
* Verify swig version in setup.py (#811)

Enable 5.1.1
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"