-
-
Notifications
You must be signed in to change notification settings - Fork 6
Pin PyNVML to 11, enable Grayskull for version updates, add pip check
& apply CFEP-25
#25
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
Merged
jacobtomlinson
merged 18 commits into
conda-forge:main
from
jakirkham-feedstocks:pin_pynvml_11
Mar 11, 2025
Merged
Changes from 11 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
2d761d8
update to CFEP-25 `noarch: python` syntax
regro-cf-autotick-bot 3c8a07c
MNT: Re-rendered with conda-build 24.11.2, conda-smithy 3.45.1, and c…
regro-cf-autotick-bot 139c9d9
Nump Python minimum to 3.10
jacobtomlinson f2f224d
Update recipe/meta.yaml
jacobtomlinson 8e9d853
MNT: Re-rendered with conda-build 25.1.2, conda-smithy 3.46.1, and co…
jakirkham 8fc8fd7
Sort keys in `conda-forge.yml`
jakirkham 88d5965
Enable Grayskull for updates
jakirkham 3c8fae1
Drop extra `requirements/host` packages
jakirkham 3f8eea3
Pin to PyNVML 11
jakirkham 301eb39
Run `pip check` in test phase
jakirkham 2934e5b
Merge regro-cf-autotick-bot/noarch_python_min-migration-1_ha6c26f int…
jakirkham da811b4
Use default Python min (3.9 currently)
jakirkham f2b4bfa
Clean up extra blank lines
jakirkham 7e569aa
Place `number` first in `build` section
jakirkham b5014a0
Drop `setuptools`
jakirkham 2bca9ea
Drop extra `pip` args
jakirkham bf01d3d
Order `requirements` to match upstream
jakirkham edb7ee5
Drop `jupyter-packaging`
jakirkham File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,5 @@ docker_image: | |
- quay.io/condaforge/linux-anvil-x86_64:alma9 | ||
nodejs: | ||
- '20' | ||
python_min: | ||
- '3.9' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,5 @@ docker_image: | |
- quay.io/condaforge/linux-anvil-x86_64:alma9 | ||
nodejs: | ||
- '22' | ||
python_min: | ||
- '3.9' |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
bot: | ||
inspection: update-grayskull | ||
conda_build: | ||
pkg_format: '2' | ||
conda_forge_output_validation: true | ||
github: | ||
branch_name: main | ||
tooling_branch_name: main | ||
conda_build: | ||
pkg_format: '2' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.