We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b2fb4 commit 64a404aCopy full SHA for 64a404a
4 files changed
CMakeLists.txt
@@ -38,7 +38,6 @@ set(XTENSOR_PYTHON_HEADERS
38
${XTENSOR_PYTHON_INCLUDE_DIR}/xtensor-python/pytensor.hpp
39
${XTENSOR_PYTHON_INCLUDE_DIR}/xtensor-python/pyvectorize.hpp
40
${XTENSOR_PYTHON_INCLUDE_DIR}/xtensor-python/xtensor_python_config.hpp
41
- ${XTENSOR_PYTHON_INCLUDE_DIR}/xtensor-python/pytraits.hpp
42
)
43
44
OPTION(BUILD_TESTS "xtensor test suite" OFF)
include/xtensor-python/pyarray.hpp
@@ -17,7 +17,6 @@
17
18
#include "pycontainer.hpp"
19
#include "pybuffer_adaptor.hpp"
20
-#include "pytraits.hpp"
21
22
namespace xt
23
{
include/xtensor-python/pytensor.hpp
@@ -18,7 +18,6 @@
24
include/xtensor-python/pytraits.hpp
0 commit comments