Skip to content

Commit 197f7e3

Browse files
author
MamoruSobue
committed
updated CMakeLists.txt
1 parent 8cc5165 commit 197f7e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ find_package(pybind11 2.4.3 REQUIRED)
1414
# check matplotlib minor version
1515
execute_process(
1616
COMMAND
17-
"python3" "-c"
17+
${Python3_EXECUTABLE} "-c"
1818
"import matplotlib;
1919
print(str(matplotlib.__version__))"
2020
RESULT_VARIABLE MATPLOTLIB_VERSION_CHECKING

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It is supposed to provide the user with almost full access to matplotlib feature
1313
- [pybind11](https://github.com/pybind/pybind11) >= 2.4.3
1414
- `sudo apt install pybind11-dev` (on Ubuntu20.04)
1515
- 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
1717
- numpy for `mplot3d`
1818
- ([xtensor](https://github.com/xtensor-stack/xtensor) == 0.24.0 + [xtl](https://github.com/xtensor-stack/xtl), only for `gallery` demos)
1919

0 commit comments

Comments
 (0)