Skip to content

chore: Remove packaging dependency #6857

Merged
hoxbro merged 12 commits into
mainfrom
chore_remove_packaging_dependencies
May 4, 2026
Merged

chore: Remove packaging dependency #6857
hoxbro merged 12 commits into
mainfrom
chore_remove_packaging_dependencies

Conversation

@hoxbro

@hoxbro hoxbro commented Apr 27, 2026

Copy link
Copy Markdown
Member

Description

Remove dependencies of packaging and use simple regex.

How Has This Been Tested?

CI

Checklist

  • Pull request title follows the conventional format
  • Tests added and is passing

Comment thread scripts/check_latest_packages.py Outdated
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

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

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
hoxbro force-pushed the chore_remove_packaging_dependencies branch from 057c906 to 0bf391c Compare April 27, 2026 10:33
@hoxbro
hoxbro force-pushed the chore_remove_packaging_dependencies branch from 0bf391c to e18dcc1 Compare April 27, 2026 10:50
@codecov

codecov Bot commented Apr 27, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 85.71429% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.23%. Comparing base (7971661) to head (d920b41).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
holoviews/operation/element.py 37.50% 5 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hoxbro hoxbro added this to the 1.23.0 milestone Apr 27, 2026
Comment thread holoviews/operation/datashader.py Outdated
@hoxbro
hoxbro marked this pull request as ready for review April 27, 2026 12:21
@hoxbro
hoxbro requested a review from maximlt April 30, 2026 08:51
@hoxbro
hoxbro force-pushed the chore_remove_packaging_dependencies branch from 259eb2a to 402a91f Compare April 30, 2026 08:53
Comment thread holoviews/operation/datashader.py Outdated
@hoxbro
hoxbro enabled auto-merge (squash) May 4, 2026 07:16
@hoxbro
hoxbro merged commit e8fbf8d into main May 4, 2026
18 checks passed
@hoxbro
hoxbro deleted the chore_remove_packaging_dependencies branch May 4, 2026 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants