chore: removes Poetry references from pyproject.toml and updates the project metadata (#4019)

* Remove Poetry references from pyproject.toml and update project metadata

* Remove '--no-update' flag from 'uv lock' commands in Makefile

* Add script metadata with Python version and dependencies

* Remove Poetry references and integrate UV setup in CI workflow

* Remove Poetry setup and installation from integration tests workflow

* Remove Poetry references and update workflow to use custom setup action

* Remove references to Poetry from configuration files
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-10-04 14:24:55 -03:00 committed by GitHub
commit 54dd81a681
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 64 additions and 319 deletions

View file

@ -1,3 +1,10 @@
# /// script
# requires-python = ">=3.10"
# dependencies = [
# "huggingface-hub",
# "rich",
# ]
# ///
import argparse
from huggingface_hub import HfApi, list_models