File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11meson-python>=0.13.1
2- Cython>=3.0
2+ Cython>=3.0.6
33ninja
44spin==0.8
55build
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ elif cc.get_id() == 'msvc'
3333 ' when building with MSVC' )
3434 endif
3535endif
36- if not cy.version().version_compare(' >=0.29.34 ' )
37- error (' NumPy requires Cython >= 0.29.34 ' )
36+ if not cy.version().version_compare(' >=3.0.6 ' )
37+ error (' NumPy requires Cython >= 3.0.6 ' )
3838endif
3939
4040py = import (' python' ).find_installation(pure : false )
Original file line number Diff line number Diff line change 22build-backend = " mesonpy"
33requires = [
44 " meson-python>=0.15.0" ,
5- " Cython>=3.0" ,
5+ " Cython>=3.0.6 " , # keep in sync with version check in meson.build
66]
77
88[project ]
You can’t perform that action at this time.
0 commit comments