From 5e6c7eb89ee7f429f5b82a918dd163ce02b7c570 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 09:03:53 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- python.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python.cmake b/python.cmake index 8b4441e55..1d2e4435b 100644 --- a/python.cmake +++ b/python.cmake @@ -547,7 +547,7 @@ macro(FIND_SCIPY) # Retrive SCIPY_VERSION execute_process( COMMAND "${PYTHON_EXECUTABLE}" "-c" - "import scipy; print (scipy.__version__)" + "import scipy; print (scipy.__version__)" OUTPUT_VARIABLE SCIPY_VERSION ERROR_QUIET) string(REGEX REPLACE "\n$" "" SCIPY_VERSION "${SCIPY_VERSION}")