diff --git a/LICENSE b/LICENSE index 795130c0e597..a4a790698732 100644 --- a/LICENSE +++ b/LICENSE @@ -300,6 +300,7 @@ ======================================================================================= 3rdparty/dmlc-core/include/dmlc/concurrentqueue.h + include/dmlc/concurrentqueue.h (symlink to 3rdparty/dmlc-core/include/dmlc/concurrentqueue.h) 3rdparty/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/FindEigen3.cmake (Copy of the License available at licenses/BSD2) 3rdparty/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/FindPythonLibsNew.cmake 3rdparty/tvm/3rdparty/picojson/picojson.h @@ -328,6 +329,7 @@ ======================================================================================= 3rdparty/dmlc-core/include/dmlc/blockingconcurrentqueue.h + include/dmlc/blockingconcurrentqueue.h (symlink to 3rdparty/dmlc-core/include/dmlc/blockingconcurrentqueue.h) ======================================================================================= Apache-2.0 license + 3-clause BSD license diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh index 3d33da28d7bc..432095a4e9b1 100755 --- a/ci/docker/runtime_functions.sh +++ b/ci/docker/runtime_functions.sh @@ -813,6 +813,7 @@ unittest_array_api_standardization() { git clone https://github.com/data-apis/array-api-tests.git pushd /work/array-api-tests export ARRAY_API_TESTS_MODULE=mxnet.numpy pytest + git checkout c1dba80a196a03f880d2e0a998a272fb3867b720 # OverflowError: Python int too large to convert to C long # when cython is enabled export MXNET_ENABLE_CYTHON=0