File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -204,20 +204,14 @@ from the `docs` subdirectory.
204204| ` xtensor-python ` | ` xtensor ` | ` pybind11 ` |
205205| ------------------| -----------| ------------------|
206206| master | ^0.24.0 | ~ 2.4.3 |
207+ | 0.26.1 | ^0.24.0 | ~ 2.4.3 |
207208| 0.26.0 | ^0.24.0 | ~ 2.4.3 |
208209| 0.25.3 | ^0.23.0 | ~ 2.4.3 |
209210| 0.25.2 | ^0.23.0 | ~ 2.4.3 |
210211| 0.25.1 | ^0.23.0 | ~ 2.4.3 |
211212| 0.25.0 | ^0.23.0 | ~ 2.4.3 |
212213| 0.24.1 | ^0.21.2 | ~ 2.4.3 |
213214| 0.24.0 | ^0.21.1 | ~ 2.4.3 |
214- | 0.23.2 | ^0.20.10 | ~ 2.4.3 |
215- | 0.23.1 | ^0.20.6 | ~ 2.2.1 |
216- | 0.23.0 | ^0.20.4 | ~ 2.2.1 |
217- | 0.22.x | ^0.19.0 | ~ 2.2.1 |
218- | 0.21.x | ^0.18.0 | ~ 2.2.1 |
219- | 0.20.x | ^0.17.0 | ~ 2.2.1 |
220- | 0.19.x | ^0.16.0 | ~ 2.2.1 |
221215
222216These dependencies are automatically resolved when using the conda package manager.
223217
Original file line number Diff line number Diff line change 1212
1313#define XTENSOR_PYTHON_VERSION_MAJOR 0
1414#define XTENSOR_PYTHON_VERSION_MINOR 26
15- #define XTENSOR_PYTHON_VERSION_PATCH 0
15+ #define XTENSOR_PYTHON_VERSION_PATCH 1
1616
1717#endif
You can’t perform that action at this time.
0 commit comments