File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ make install
5050| ` xtensor-fftw ` | ` xtensor ` | ` xtl ` | ` fftw ` |
5151| ----------------| ------------------| ---------| ---------|
5252| master | >=0.20.9,<0.22 | ^0.6.9 | ^3.3.8 |
53+ | 0.2.6 | >=0.20.9,<0.22 | ^0.6.9 | ^3.3.8 |
5354
5455## Usage
5556
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
33 - conda-forge
44dependencies :
55 - xeus-cling ==0.8.1
6- - xtensor-fftw ==0.2.5
6+ - xtensor-fftw ==0.2.6
77 - xtensor-io
88 - notebook
99 - widgetsnbextension
Original file line number Diff line number Diff line change 1111
1212#define XTENSOR_FFTW_VERSION_MAJOR 0
1313#define XTENSOR_FFTW_VERSION_MINOR 2
14- #define XTENSOR_FFTW_VERSION_PATCH 5
14+ #define XTENSOR_FFTW_VERSION_PATCH 6
1515
1616// Define if the library is going to be using exceptions.
1717#if (!defined(__cpp_exceptions) && !defined(__EXCEPTIONS) && !defined(_CPPUNWIND))
You can’t perform that action at this time.
0 commit comments