Skip to content

Commit

Permalink
pyproject.toml fix backport and changelog updates (#849)
Browse files Browse the repository at this point in the history
* use oldest-supported-numpy in pyproject.toml (#847)

* update changelog
  • Loading branch information
aaronayres35 authored Jun 14, 2021
1 parent fd886ab commit 3552158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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"

0 comments on commit 3552158

Please sign in to comment.