Skip to content

Commit

Permalink
fix: Sync numpy version in meson build
Browse files Browse the repository at this point in the history
  • Loading branch information
edeustua committed Oct 27, 2024
1 parent d3d4fdd commit f4b7b79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
project(
'ccpy',
'c', 'fortran',
'c',
'fortran',
version: '0.0.3',
license: 'GPL-3',
meson_version: '>= 1.1.0',
Expand All @@ -17,7 +18,7 @@ py3_dep = py3.dependency()

f2py_script = find_program('devtools/f2py_script.sh')

min_numpy_version = '1.23.5' # keep in sync with pyproject.toml
min_numpy_version = '2.0.0' # keep in sync with pyproject.toml

add_languages('fortran', native: false)
ff = meson.get_compiler('fortran')
Expand Down

0 comments on commit f4b7b79

Please sign in to comment.