Skip to content

Commit

Permalink
Revert "Remove NumPy from find_package call."
Browse files Browse the repository at this point in the history
This reverts commit 4f44444.
  • Loading branch information
breyerml committed Nov 20, 2023
1 parent ea40c6d commit 821bd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if (PLSSVM_GENERATE_TEST_FILE)
endif ()
if (NOT EXISTS "${PLSSVM_TEST_FILE}")
# find necessary Python3 packages to use the test file generator
find_package(Python3 REQUIRED)
find_package(Python3 REQUIRED COMPONENTS Interpreter Development NumPy)

include(${PROJECT_SOURCE_DIR}/cmake/check_python_libs.cmake)
set(PLSSVM_TEST_REQUIRED_LIBS argparse sklearn humanize)
Expand Down

0 comments on commit 821bd49

Please sign in to comment.