Skip to content

Commit

Permalink
bump minimum numpy version to 1.13, which should cover Ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jul 24, 2019
1 parent 4f1cb34 commit 554c4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/python.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ else()
find_package(PythonInterp 3)
find_package(PythonLibs 3)
set(PDAL_HAVE_PYTHON 1)
find_package(NumPy 1.5 REQUIRED)
find_package(NumPy 1.13 REQUIRED)
endif()
set(PYTHON_ALL_INCLUDE_DIRS ${PYTHON_INCLUDE_DIR} ${PYTHON_NUMPY_INCLUDE_DIR})

0 comments on commit 554c4c5

Please sign in to comment.