We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9335dd6 commit a915247Copy full SHA for a915247
2 files changed
environment.yml
@@ -2,8 +2,8 @@ name: xtensor-io
2
channels:
3
- conda-forge
4
dependencies:
5
- - xtensor-io=0.12.8
6
- - xeus-cling=0.12.0
7
- - xwidgets=0.24.2
+ - xtensor-io=0.12.9
+ - xeus-cling=0.12.1
+ - xwidgets=0.25.1
8
- ffmpeg=4.3.1
9
- widgetsnbextension
include/xtensor-io/xtensor_io_config.hpp.in
@@ -12,7 +12,7 @@
12
13
#define XTENSOR_IO_VERSION_MAJOR 0
14
#define XTENSOR_IO_VERSION_MINOR 12
15
-#define XTENSOR_IO_VERSION_PATCH 8
+#define XTENSOR_IO_VERSION_PATCH 9
16
17
#pragma cling add_library_path(@XTENSOR_IO_CLING_LIBRARY_DIR_64@)
18
#pragma cling add_library_path(@XTENSOR_IO_CLING_LIBRARY_DIR_32@)
0 commit comments