Skip to content

Commit

Permalink
Add Cython as a build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-masterov authored Nov 1, 2024
1 parent 665cf6b commit 61842af
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ description = "Python/numpy interface to netCDF."
toolchain = {'name': 'foss', 'version': '2024a'}
toolchainopts = {'usempi': True}

builddependencies = [
('Cython', '3.0.10'),
]

dependencies = [
('Python', '3.12.3'),
('SciPy-bundle', '2024.05'),
Expand Down

0 comments on commit 61842af

Please sign in to comment.