Skip to content

Commit

Permalink
moving numpy build import into function
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Apr 24, 2019
1 parent 0c698d8 commit 083bceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion celerite/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import os
import sys
import numpy
import tempfile

import setuptools
Expand Down Expand Up @@ -76,6 +75,7 @@ def build_extensions(self):
raise RuntimeError("couldn't find celerite headers")

# Add the pybind11 include directory
import numpy
import pybind11
include_dirs = [
localincl,
Expand Down

0 comments on commit 083bceb

Please sign in to comment.