Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
[v2.0.0.beta0] License Fix (#20627)
Browse files Browse the repository at this point in the history
* [v2.0.0.beta0] License Fix

* freeze array-api-test version
  • Loading branch information
barry-jin authored Oct 4, 2021
1 parent f25b92e commit 4b017f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b017f2

Please sign in to comment.