We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa31059 commit d67ef8cCopy full SHA for d67ef8c
environment.yml
@@ -2,7 +2,7 @@ name: xtensor-io
2
channels:
3
- conda-forge
4
dependencies:
5
- - xtensor-io=0.9.0
+ - xtensor-io=0.10.0
6
- xeus-cling=0.5.1
7
- xwidgets=0.17.0
8
- ffmpeg=3.4.2 # openimageio is being added as a runtime requirement to xtensor-io
include/xtensor-io/xtensor_io_config.hpp.in
@@ -11,7 +11,7 @@
11
#define XTENSOR_IO_CONFIG_HPP
12
13
#define XTENSOR_IO_VERSION_MAJOR 0
14
-#define XTENSOR_IO_VERSION_MINOR 9
+#define XTENSOR_IO_VERSION_MINOR 10
15
#define XTENSOR_IO_VERSION_PATCH 0
16
17
#pragma cling add_library_path(@XTENSOR_IO_CLING_LIBRARY_DIR_64@)
0 commit comments