Skip to content

Commit

Permalink
Merge pull request #4 from p-hofer/main
Browse files Browse the repository at this point in the history
Resolve Compilation Failure Due to Missing numpy/arrayobject.h
  • Loading branch information
ibarrond authored Feb 8, 2024
2 parents 4ec2013 + 5c805dc commit 0b35189
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 @@ -103,6 +103,7 @@ def finalize_options(self):
# We delay it for the setup to raise a nice error if numpy is not found.
# https://stackoverflow.com/questions/54117786
import numpy
self.include_dirs.append(numpy.get_include())
print("cimporting numpy version '%s'", numpy.__version__)


Expand Down

0 comments on commit 0b35189

Please sign in to comment.