File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ find_package(pybind11 2.4.3 REQUIRED)
14
14
# check matplotlib minor version
15
15
execute_process (
16
16
COMMAND
17
- "python3" "-c"
17
+ ${Python3_EXECUTABLE} "-c"
18
18
"import matplotlib;
19
19
print(str(matplotlib.__version__))"
20
20
RESULT_VARIABLE MATPLOTLIB_VERSION_CHECKING
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ It is supposed to provide the user with almost full access to matplotlib feature
13
13
- [ pybind11] ( https://github.com/pybind/pybind11 ) >= 2.4.3
14
14
- ` sudo apt install pybind11-dev ` (on Ubuntu20.04)
15
15
- or manual install
16
- - compatible with [ matplotlib] ( https://matplotlib.org/stable/index.html ) == 3.5.1
16
+ - [ matplotlib] ( https://matplotlib.org/stable/index.html ) >= 3.4.0
17
17
- numpy for ` mplot3d `
18
18
- ([ xtensor] ( https://github.com/xtensor-stack/xtensor ) == 0.24.0 + [ xtl] ( https://github.com/xtensor-stack/xtl ) , only for ` gallery ` demos)
19
19
You can’t perform that action at this time.
0 commit comments