Skip to content

Commit

Permalink
Avoid numpy 2.0 until next release
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
  • Loading branch information
jeandet committed Jun 20, 2024
1 parent d4b0117 commit defbd31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
build-backend = 'mesonpy'
requires = ['meson-python>=0.14.0', 'numpy']
requires = ['meson-python>=0.14.0', 'numpy<2.0']

[project]
name = "pycdfpp"
Expand All @@ -22,7 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = ['numpy', 'pyyaml']
dependencies = ['numpy<2.0', 'pyyaml']
dynamic = [
'version',
]
Expand Down

0 comments on commit defbd31

Please sign in to comment.