Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 22, 2024
1 parent eeb6303 commit 5e6c7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 5e6c7eb

Please sign in to comment.