chore: Remove packaging dependency #6857
Merged
Merged
Conversation
hoxbro
commented
Apr 27, 2026
| date_check = latest_release_date >= allowed_date | ||
| is_latest = version_check or date_check | ||
| out = check_output( | ||
| ["pixi", "search", package, "--json", "--channel", "conda-forge"], stderr=DEVNULL |
Member
Author
There was a problem hiding this comment.
For the longest time wanted to replace the PyPI lookup with a conda based approach, so we don't get errors if something has not been released on conda-forge yet.
hoxbro
force-pushed
the
chore_remove_packaging_dependencies
branch
from
April 27, 2026 10:33
057c906 to
0bf391c
Compare
hoxbro
force-pushed
the
chore_remove_packaging_dependencies
branch
from
April 27, 2026 10:50
0bf391c to
e18dcc1
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6857 +/- ##
=======================================
Coverage 89.22% 89.23%
=======================================
Files 340 340
Lines 73955 73951 -4
=======================================
- Hits 65990 65987 -3
+ Misses 7965 7964 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
hoxbro
commented
Apr 27, 2026
hoxbro
marked this pull request as ready for review
April 27, 2026 12:21
hoxbro
force-pushed
the
chore_remove_packaging_dependencies
branch
from
April 30, 2026 08:53
259eb2a to
402a91f
Compare
maximlt
approved these changes
May 2, 2026
hoxbro
enabled auto-merge (squash)
May 4, 2026 07:16
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Remove dependencies of packaging and use simple regex.
How Has This Been Tested?
CI
Checklist