-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI Problem] Android build failing with numpy error #13647
Labels
type:ci
Relates to TVM CI infrastructure
Comments
lhutton1
added a commit
to lhutton1/tvm
that referenced
this issue
Dec 20, 2022
Temporarily constrain the version of numpy to workaround the deprecated value used in mxnet. See apache#13647. Change-Id: Ib271c223447c76b855fe35cc8a1e77411a3fa441
ashutosh-arm
pushed a commit
that referenced
this issue
Dec 20, 2022
Temporarily constrain the version of numpy to workaround the deprecated value used in mxnet. See #13647. Change-Id: Ib271c223447c76b855fe35cc8a1e77411a3fa441
Reported in apache/mxnet#21165 |
fzi-peccia
pushed a commit
to fzi-peccia/tvm
that referenced
this issue
Mar 27, 2023
Temporarily constrain the version of numpy to workaround the deprecated value used in mxnet. See apache#13647. Change-Id: Ib271c223447c76b855fe35cc8a1e77411a3fa441
mikeseven
pushed a commit
to mikeseven/tvm
that referenced
this issue
Sep 27, 2023
Temporarily constrain the version of numpy to workaround the deprecated value used in mxnet. See apache#13647. Change-Id: Ib271c223447c76b855fe35cc8a1e77411a3fa441
Closing now that mxnet is archived and being removed as a dependency from TVM. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is failing due to the recently deprecated numpy value
np.bool
in the1.9.1
release of mxnet. From the 1.24.0 release notes (https://numpy.org/doc/stable/release/1.24.0-notes.html#expired-deprecations):The text was updated successfully, but these errors were encountered: