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 3
3
Release Notes
4
4
-------------
5
5
6
- .. Future Release
7
- ==============
6
+ Future Release
7
+ ==============
8
8
* Enhancements
9
9
* Fixes
10
+ * Restrict ``numpy `` version to resolve boolean inference issue with v1.25.0 :pr: `1735 `
10
11
* Changes
11
12
* Documentation Changes
12
13
* Testing Changes
13
14
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 `
15
17
16
18
v0.25.0 Jul 17, 2023
17
19
====================
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies = [
42
42
" python-dateutil >= 2.8.1" ,
43
43
" scipy >= 1.10.0" ,
44
44
" importlib-resources >= 5.10.0" ,
45
- " numpy >= 1.22.0" ,
45
+ " numpy >= 1.22.0, <1.25.0 " ,
46
46
]
47
47
48
48
[project .urls ]
You can’t perform that action at this time.
0 commit comments