File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11project (
22 ' PyWavelets' ,
33 ' c' , ' cython' ,
4- version : ' 1.6.0rc1 ' ,
4+ version : ' 1.6.0 ' ,
55 license : ' MIT' ,
66 meson_version : ' >= 1.1.0' ,
77 default_options : [
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ requires = [
1919 # Note that building against numpy 1.x works fine too - users and
2020 # redistributors can do this by installing the numpy version they like and
2121 # disabling build isolation.
22- " numpy>=2.0.0b1 ,<2.3" ,
22+ " numpy>=2.0.0rc1 ,<2.3" ,
2323]
2424
2525[project ]
2626name = " PyWavelets"
27- version = " 1.6.0rc1 "
27+ version = " 1.6.0 "
2828# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
2929# at that point, no longer include them in `py3.install_sources()`
3030license = {file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments