Skip to content

Commit

Permalink
fix(deps): make this module compatible with typer 0.12
Browse files Browse the repository at this point in the history
typer 0.12 no longer supports the [all] extras, they're now just part of the
default dependencies.  To get them for typer < 0.12 and yet be compatible with
0.12 too, all we need to do is add rich and shellingham explicitly ourselves.

The version specification I chose for rich and shellingham are those in the
current main branch of typer itself. These are very relaxed too, allowing
pretty much any version in the last 3 or 4 years.
  • Loading branch information
joanise authored and roedoejet committed May 31, 2024
1 parent c836312 commit b2a8e60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ torch>=2.1.0
torchaudio>=2.1.0
g2p>=1.0.20230417
pympi-ling
typer[all]>=0.9.0
typer>=0.9.0
rich>=10.11.0
shellingham>=1.3.0

0 comments on commit b2a8e60

Please sign in to comment.