We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8eec4 commit 811479cCopy full SHA for 811479c
README.md
@@ -10,7 +10,8 @@ It is supposed to provide the user with almost full access to matplotlib feature
10
11
## Dependencies
12
13
-- [pybind11](https://github.com/pybind/pybind11) >= 2.9.0
+- [pybind11](https://github.com/pybind/pybind11) >= 2.4.3
14
+ - `sudo apt install pybind11-dev`
15
- compatible with [matplotlib](https://matplotlib.org/stable/index.html) == 3.5.1
16
- numpy for `mplot3d`
17
- [xtensor](https://github.com/xtensor-stack/xtensor) == 0.24.0 (+ [xtl](https://github.com/xtensor-stack/xtl), for `gallery` demos)
0 commit comments