Skip to content

Commit

Permalink
minimum numpy version is 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-urban committed Jun 17, 2024
1 parent 9d577b7 commit 42aa3a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project(
'cpp',
license: 'MPL-2.0',

version: '0.15.3',
version: '0.16.0',
default_options: ['warning_level=2', 'buildtype=release', 'cpp_std=c++20'],
meson_version: '>=1.3.2' #first version with clang-cl openmp support
)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
numpy
numpy >= 2.0

0 comments on commit 42aa3a9

Please sign in to comment.