Skip to content

Commit

Permalink
add new Cython as build dependency to SciPy-bundle 2023.07, required …
Browse files Browse the repository at this point in the history
…for scipy 1.11.1
  • Loading branch information
boegel committed Nov 7, 2024
1 parent c7938df commit a121766
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ builddependencies = [
('Meson', '1.1.1'),
('Ninja', '1.11.1'),
('pkgconf', '1.9.5'), # required by scipy
('Cython', '3.0.10'),
]

dependencies = [
Expand Down Expand Up @@ -79,7 +80,6 @@ exts_list = [
'patches': [
'scipy-1.11.1_disable-tests.patch',
'scipy-1.11.1_xfail-aarch64_test_maxiter_worsening.patch',
'scipy-1.11.1_vectorization_error.patch',
'scipy-1.11.1_disable-tests-iimkl.patch',
'scipy-1.11.1_relaxed_test_accuracy.patch',
],
Expand All @@ -88,8 +88,6 @@ exts_list = [
{'scipy-1.11.1_disable-tests.patch': '906bfb03397d94882ccdc1b93bc2c8e854e0e060c2d107c83042992394e6a4af'},
{'scipy-1.11.1_xfail-aarch64_test_maxiter_worsening.patch':
'918c8e6fa8215d459126f267764c961bde729ea4a116c7f6287cddfdc58ffcea'},
{'scipy-1.11.1_vectorization_error.patch':
'bfba00ab84d7d6d73b87e4e94ea2487058d155f845c12212552c095fea9e5cae'},
{'scipy-1.11.1_disable-tests-iimkl.patch':
'e85cf95d343fa4fd9e0045df3a030209a8d7b32a47d6da64ae1efd7b8ef827e3'},
{'scipy-1.11.1_relaxed_test_accuracy.patch':
Expand Down

0 comments on commit a121766

Please sign in to comment.