File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,13 @@ conda install -c conda-forge xtensor-python
3131| ` xtensor-python ` | ` xtensor ` | ` pybind11 ` |
3232| -------------------| ------------| -------------|
3333| master | ^0.8.1 | ^2.1.0 |
34+ | 0.9.3 | ^0.8.1 | ^2.1.0 |
35+ | 0.9.2 | ^0.8.1 | ^2.1.0 |
36+ | 0.9.1 | ^0.8.1 | ^2.1.0 |
3437| 0.9.0 | ^0.8.1 | ^2.1.0 |
3538| 0.8.2 | ^0.8.1 | ^2.1.0 |
3639| 0.8.1 | ^0.8.1 | ^2.1.0 |
3740| 0.8.0 | ^0.8.1 | ^2.1.0 |
38- | 0.7.1 | 0.7.3 | ^2.0.0 |
39- | 0.7.0 | 0.7.2 | ^2.0.0 |
4041
4142These dependencies are automatically resolved when using the conda package manager.
4243
Original file line number Diff line number Diff line change 1111
1212#define XTENSOR_PYTHON_VERSION_MAJOR 0
1313#define XTENSOR_PYTHON_VERSION_MINOR 9
14- #define XTENSOR_PYTHON_VERSION_PATCH 2
14+ #define XTENSOR_PYTHON_VERSION_PATCH 3
1515
1616#endif
You can’t perform that action at this time.
0 commit comments