-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Update TRTools to 6.1.0 #51982
Update TRTools to 6.1.0 #51982
Conversation
📝 Walkthrough📝 WalkthroughWalkthroughThe pull request introduces several changes to the Modifications in the In the Suggested labels
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (5)recipes/trtools/meta.yaml (5)
The new
The version constraint for
The new dependency Also applies to: 46-46
Appropriate test coverage has been added for the new Also applies to: 75-75
Let's ensure the SHA256 checksum matches the source tarball from PyPI. Also applies to: 10-10
The package is marked as
#!/bin/bash
# Description: Check if dependencies have ARM platform support
# Look for platform-specific dependencies in requirements section
echo "Checking for platform-specific dependencies..."
rg "(?i)(arm|aarch64|platform|arch)" -A 5 -B 5 Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
@BiocondaBot please add label |
Thanks for the review! @BiocondaBot please merge I don't think I have permission to merge myself, unfortunately |
Closes #51983
Update trtools: 6.0.2 → 6.1.0
Please merge this PR instead of #51983. We've updated a dependency, added a dependency, and added an entrypoint.