gemini-code-assist[bot] commented on code in PR #398: URL: https://github.com/apache/tvm-ffi/pull/398#discussion_r2679664927
########## addons/torch_c_dlpack_ext/pyproject.toml: ########## @@ -17,7 +17,7 @@ [project] name = "torch_c_dlpack_ext" -version = "0.1.4" +version = "0.1.5" Review Comment:  The version is updated to `0.1.5`, but the `LICENSE` and `NOTICE` files mentioned in the pull request description appear to be missing from the branch. The `pyproject.toml` file specifies `license = { file = "LICENSE" }` on line 27, which will likely cause the build to fail if the `LICENSE` file is not present in the package root. Please add the `LICENSE` and `NOTICE` files to this pull request to ensure the package can be built successfully. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
