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 @@ -190,10 +190,10 @@ from the `docs` subdirectory.
190
190
| ` xtensor-python ` | ` xtensor ` | ` pybind11 ` |
191
191
| -------------------| ------------| -------------|
192
192
| master | ^0.10.2 | ^2.1.0 |
193
+ | 0.12.x | ^0.10.2 | ^2.1.0 |
193
194
| 0.11.x | ^0.10.0 | ^2.1.0 |
194
195
| 0.10.x | ^0.9.0 | ^2.1.0 |
195
196
| 0.9.x | ^0.8.1 | ^2.1.0 |
196
- | 0.8.x | ^0.8.1 | ^2.1.0 |
197
197
198
198
These dependencies are automatically resolved when using the conda package manager.
199
199
Original file line number Diff line number Diff line change 10
10
#define XTENSOR_PYTHON_CONFIG_HPP
11
11
12
12
#define XTENSOR_PYTHON_VERSION_MAJOR 0
13
- #define XTENSOR_PYTHON_VERSION_MINOR 11
13
+ #define XTENSOR_PYTHON_VERSION_MINOR 12
14
14
#define XTENSOR_PYTHON_VERSION_PATCH 0
15
15
16
16
#endif
You can’t perform that action at this time.
0 commit comments