Files
Retrieval-based-Voice-Conve…/pyproject.toml
Muhammad Hashim Ali 7b284a6346 fix(deps): replace unavailable numba==0.59.0rc1 with stable release (#57)
The original environment.yml specified numba==0.59.0rc1, which is no longer
published on PyPI. This caused installation to fail with:

  ERROR: No matching distribution found for numba==0.59.0rc1

Updated dependency to numba==0.58.1 with llvmlite==0.40.1 to ensure
compatibility and successful installation.

This resolves the dependency conflict and allows environment creation
to complete without errors.
2025-11-05 16:01:32 +09:00

1.0 KiB