LemurPwned / video-sampler

Effective frame sampling for ML applications.
https://lemurpwned.github.io/video-sampler/
MIT License
16 stars 5 forks source link

warning: The package `typer==0.12.5` does not have an extra named `all` #28

Closed fcakyon closed 3 weeks ago

fcakyon commented 3 weeks ago

Thanks for the great package!

When I run:

pip install video_sampler==0.11.0

I get this warning:

warning: The package `typer==0.12.5` does not have an extra named `all`

Removing [all] in this line would fix that I believe:

https://github.com/LemurPwned/video-sampler/blob/72ec1bb58790a7e7d21e9e5bc07d22cd41bf0544/pyproject.toml#L34

LemurPwned commented 3 weeks ago

@fcakyon thanks for spotting this! Let me fix that -- I also noticed we're missing pyaml from requirements

fcakyon commented 3 weeks ago

Thank you for the fast response @LemurPwned !

Can you please check this issue as well? https://github.com/LemurPwned/video-sampler/issues/29 🙏🏻