Skip to content

Commit 2290fe1

Browse files
authored
REL: set version to 1.6.0, build against numpy>=2.0.0rc1 (#731)
1 parent d22e731 commit 2290fe1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
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: [

pyproject.toml

+2-2
Original file line numberDiff line numberDiff 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]
2626
name = "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()`
3030
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)