File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ https://semver.org/spec/v2.0.0.html
12
12
13
13
## [ Unreleased]
14
14
15
+ ### Fixed
16
+ - Relax ` numpy ` build dependency to ensure that builds work on MacOS.
17
+
15
18
## [ 1.3.3] - 2022-05-11
16
19
17
20
### Changed
Original file line number Diff line number Diff line change 2
2
requires = [
3
3
' setuptools' ,
4
4
' wheel' ,
5
- ' numpy = = 1.21.4; python_version >= "3.10"' ,
6
- ' numpy = = 1.16.6; python_version == "2.7" or (python_version >= "3.4" and python_version <= "3.9")' ,
7
- ' numpy = = 1.11.3; python_version == "2.6" or (python_version >= "3.2" and python_version <= "3.3")' ,
5
+ ' numpy > = 1.21.4; python_version >= "3.10"' ,
6
+ ' numpy > = 1.16.6; python_version == "2.7" or (python_version >= "3.4" and python_version <= "3.9")' ,
7
+ ' numpy > = 1.11.3; python_version == "2.6" or (python_version >= "3.2" and python_version <= "3.3")' ,
8
8
' cython >= 0.29, < 3.1; python_version >= "3.3" or python_version < "3.0"' ,
9
9
' cython >= 0.26, < 0.27; python_version == "3.2"'
10
10
]
You can’t perform that action at this time.
0 commit comments