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 1
1
project (
2
2
' PyWavelets' ,
3
3
' c' , ' cython' ,
4
- version : ' 1.6.0rc1 ' ,
4
+ version : ' 1.6.0 ' ,
5
5
license : ' MIT' ,
6
6
meson_version : ' >= 1.1.0' ,
7
7
default_options : [
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ requires = [
19
19
# Note that building against numpy 1.x works fine too - users and
20
20
# redistributors can do this by installing the numpy version they like and
21
21
# disabling build isolation.
22
- " numpy>=2.0.0b1 ,<2.3" ,
22
+ " numpy>=2.0.0rc1 ,<2.3" ,
23
23
]
24
24
25
25
[project ]
26
26
name = " PyWavelets"
27
- version = " 1.6.0rc1 "
27
+ version = " 1.6.0 "
28
28
# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
29
29
# at that point, no longer include them in `py3.install_sources()`
30
30
license = {file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments