Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addons/torch_c_dlpack_ext/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[project]
name = "torch_c_dlpack_ext"
version = "0.1.4"
version = "0.1.5"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

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.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cyx-6 could you please follow up on this?

requires-python = ">=3.9"
description = "torch c dlpack ext"
dependencies = ["torch"]
Expand Down