Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(translation): Experimental integration of new YADT backend into CLI #475

Merged
merged 8 commits into from
Jan 20, 2025
Prev Previous commit
Next Next commit
fix(pyproject): update yadt version constraint
- add upper bound to yadt version to prevent breaking changes
  • Loading branch information
awwaawwa committed Jan 16, 2025
commit c7172c8d9021e9006cd59d46078efb356cc9f6a9
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"peewee>=3.17.8",
"argostranslate",
"fontTools",
"yadt>=0.0.1a15",
"yadt>=0.0.1a15, <0.0.2",
]

[project.optional-dependencies]
Expand Down
Loading