Skip to content

Commit

Permalink
setup.py: Make sure that numpy is available at build time
Browse files Browse the repository at this point in the history
.. since setup.py contains "import numpy"
  • Loading branch information
hartwork committed Nov 1, 2024
1 parent d15702d commit 4013bcb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@
],
},

setup_requires=[
"numpy",
],

install_requires=[
"Pillow",
"numpy",
Expand Down

0 comments on commit 4013bcb

Please sign in to comment.