diff --git a/pyproject.toml b/pyproject.toml index 10faa9b..b13c775 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,8 @@ huggingface = [ [tool.uv] exclude-newer = "7 days" +index-url = "https://pypi.org/simple" +extra-index-url = [] [tool.pytest.ini_options] testpaths = ["tests"]