Skip to content

Commit

Permalink
loosen requires-python
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Oct 11, 2024
1 parent 753aaf9 commit 201258f
Show file tree
Hide file tree
Showing 4 changed files with 330 additions and 43 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.11
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The full pipeline will be completed in less than a minute in their environment.
- [FFmpeg](https://ffmpeg.org)

```sh
uvx --from git+https://github.com/Japan7/yohane -p 3.11 yohane
uvx --from git+https://github.com/Japan7/yohane yohane
```

## Caveats
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "2024.10.4-dev"
description = "Forced alignment for karaokes"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.10,<3.12"
requires-python = ">=3.10,<4"
dependencies = [
"torch>=2.1,<3",
"torchaudio>=2.1,<3",
Expand Down
Loading

0 comments on commit 201258f

Please sign in to comment.