Skip to content

Commit

Permalink
Set minimum versions
Browse files Browse the repository at this point in the history
  • Loading branch information
carlthome committed Jul 4, 2023
1 parent 0d154e2 commit cd9fe9a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"mediapipe",
"requests",
"soundcloud-lib",
"soundfile",
"tqdm",
"yt-dlp",
"mediapipe >= 0.10.1",
"requests >= 2.31.0",
"soundcloud-lib >= 0.6.1",
"soundfile >= 0.12.1",
"tqdm >= 4.65.0",
"yt-dlp >= 2023.6.22",
]
dynamic = ["version"]

Expand Down

0 comments on commit cd9fe9a

Please sign in to comment.