Skip to content

Commit

Permalink
Set upper bounds on deps
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Sep 13, 2024
1 parent aec5960 commit b9c91d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ description = "Auto-Editor: Effort free video editing!"
readme = "README.md"
license = { text = "Unlicense" }
authors = [{ name = "WyattBlue", email = "[email protected]" }]
requires-python = ">=3.10"
requires-python = ">=3.10,<3.14"
dependencies = [
"numpy>=1.23.0",
"numpy>=1.23.0,<3",
"pyav==13.0.*",
"ae-ffmpeg==1.2.*",
]
Expand Down
10 changes: 0 additions & 10 deletions test.pal

This file was deleted.

0 comments on commit b9c91d0

Please sign in to comment.