We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d22e731 commit 2290fe1Copy full SHA for 2290fe1
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'PyWavelets',
3
'c', 'cython',
4
- version: '1.6.0rc1',
+ version: '1.6.0',
5
license: 'MIT',
6
meson_version: '>= 1.1.0',
7
default_options: [
pyproject.toml
@@ -19,12 +19,12 @@ requires = [
19
# Note that building against numpy 1.x works fine too - users and
20
# redistributors can do this by installing the numpy version they like and
21
# disabling build isolation.
22
- "numpy>=2.0.0b1,<2.3",
+ "numpy>=2.0.0rc1,<2.3",
23
]
24
25
[project]
26
name = "PyWavelets"
27
-version = "1.6.0rc1"
+version = "1.6.0"
28
# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
29
# at that point, no longer include them in `py3.install_sources()`
30
license = {file = "LICENSE"}
0 commit comments