Update python-compatibility workflow to include new user project check

This commit is contained in:
Mark Backman
2025-08-09 19:55:21 -04:00
parent 241ab19228
commit 708ef71c96
3 changed files with 509 additions and 423 deletions

View File

@@ -34,7 +34,7 @@ dependencies = [
"resampy~=0.4.3",
"soxr~=0.5.0",
"openai>=1.74.0,<=1.99.1",
# Pinning numba to resolve package dependencies
# Pinning numba (resampy dep) to resolve a package dependency
"numba==0.61.2",
]