Skip to content

Commit

Permalink
temporarily add SciPy-bundle with pybind11 builddependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHoffmann77 committed Dec 2, 2024
1 parent e6bb0e0 commit 086c5ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ builddependencies = [
('Ninja', '1.12.1'),
('pkgconf', '2.2.0'), # required by scipy
('Cython', '3.0.10'), # required by numpy and scipy
('pybind11', '2.12.0'), # required by scipy
]

dependencies = [
('Python', '3.12.3'),
('Python-bundle-PyPI', '2024.06'),
('pybind11', '2.12.0'), # required by scipy
]

use_pip = True
Expand Down

0 comments on commit 086c5ec

Please sign in to comment.