File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -187,11 +187,11 @@ from the `docs` subdirectory.
187
187
188
188
| ` xtensor-python ` | ` xtensor ` | ` pybind11 ` |
189
189
| ------------------| -----------| ------------------|
190
- | master | ^0.15.0 | ~ 2.1.0 or ~ 2.2.1 |
190
+ | master | ^0.15.1 | ~ 2.1.0 or ~ 2.2.1 |
191
+ | 0.17.x | ^0.15.1 | ~ 2.1.0 or ~ 2.2.1 |
191
192
| 0.16.x | ^0.14.0 | ~ 2.1.0 or ~ 2.2.1 |
192
193
| 0.15.x | ^0.13.1 | ~ 2.1.0 or ~ 2.2.1 |
193
194
| 0.14.x | ^0.12.0 | ~ 2.1.0 or ~ 2.2.1 |
194
- | 0.13.x | ^0.11.0 | ~ 2.1.0 or ~ 2.2.1 |
195
195
196
196
These dependencies are automatically resolved when using the conda package manager.
197
197
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 16
13
+ #define XTENSOR_PYTHON_VERSION_MINOR 17
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