transformers icon indicating copy to clipboard operation
transformers copied to clipboard

Support depencencies from github

Open lhoestq opened this issue 3 years ago • 2 comments

Updated the deps regex to support dependencies from github.

For example I often want to run the transformers CI but with the main branch of datasets using

    "datasets @ git+https://github.com/huggingface/datasets@main#egg=datasets",

lhoestq avatar Sep 21 '22 13:09 lhoestq

Tests failure are not related to this PR (but to datasets, sorry)

May I merge anyway ?

EDIT: actually the CI has been fixed on main, let me just update this PR

lhoestq avatar Sep 21 '22 13:09 lhoestq

The documentation is not available anymore as the PR was closed or merged.