File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 33Release Notes
44-------------
55
6- .. Future Release
7- ==============
6+ Future Release
7+ ==============
88 * Enhancements
99 * Fixes
10+ * Restrict ``numpy `` version to resolve boolean inference issue with v1.25.0 :pr: `1735 `
1011 * Changes
1112 * Documentation Changes
1213 * Testing Changes
1314
14- .. Thanks to the following people for contributing to this release:
15+ Thanks to the following people for contributing to this release:
16+ :user: `thehomebrewnerd `
1517
1618v0.25.0 Jul 17, 2023
1719====================
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies = [
4242 " python-dateutil >= 2.8.1" ,
4343 " scipy >= 1.10.0" ,
4444 " importlib-resources >= 5.10.0" ,
45- " numpy >= 1.22.0" ,
45+ " numpy >= 1.22.0, <1.25.0 " ,
4646]
4747
4848[project .urls ]
You can’t perform that action at this time.
0 commit comments