Skip to content

Commit 468c3e9

Browse files
Restrict numpy version to fix boolean inference issue (#1735)
* restrict numpy to fix boolean inference issue * update release notes
1 parent d2e6a71 commit 468c3e9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/source/release_notes.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@
33
Release 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

1618
v0.25.0 Jul 17, 2023
1719
====================

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)