-
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 parm to 0.0.7 #52183
Update parm to 0.0.7 #52183
Conversation
📝 WalkthroughWalkthroughThe pull request introduces updates to the Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🧰 Additional context used🪛 yamllintrecipes/parm/meta.yaml[error] 1-1: syntax error: found character '%' that cannot start any token (syntax) 🔇 Additional comments (3)recipes/parm/meta.yaml (3)
The build number has been properly reset to 0 for the new version, following Conda packaging guidelines. Line range hint Let's ensure the dependencies match the upstream requirements for version 0.0.7. #!/bin/bash
# Description: Check for any dependency changes in the new version
# Get setup.py or requirements.txt from the new version
curl -sL https://raw.githubusercontent.com/vansteensellab/PARM/v0.0.7/setup.py 2>/dev/null || \
curl -sL https://raw.githubusercontent.com/vansteensellab/PARM/v0.0.7/requirements.txt
# Check if numpy version constraint is documented in the upstream repository
rg -l "numpy.*1\.26\.0" 🧰 Tools🪛 yamllint[error] 1-1: syntax error: found character '%' that cannot start any token (syntax)
The version bump and checksum update need verification against the upstream repository. 🧰 Tools🪛 yamllint[error] 1-1: syntax error: found character '%' that cannot start any token (syntax) 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 (
|
Closing in favor of #52182. |
Update
parm
: 0.0.6 → 0.0.7recipes/parm
(click to view/edit other files)@vansteensellab
This pull request was automatically generated (see docs).