Skip to content

Commit

Permalink
Added numpy to setup
Browse files Browse the repository at this point in the history
Signed-off-by: Umberto Zerbinati <zerbinati@maths.ox.ac.uk>
  • Loading branch information
Umberto Zerbinati committed Feb 8, 2024
1 parent a78c560 commit 9f25283
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
install_requires = [
'petsc4py',
'mpi4py',
'numpy',
'pytest', #For testing
'pylint', #For formatting
]
Expand Down

0 comments on commit 9f25283

Please sign in to comment.