Skip to content

Commit

Permalink
Drop pdm & fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed Nov 2, 2023
1 parent 59d0dcc commit cd7132b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ dependencies = [
"librosa>=0.9.0",
"richuru>=0.1.1",
"praat-parselmouth>=0.4.3",
"click>=8.0.0",
]
description = "Preprocess audio data"
license = {text = "Apache"}
name = "fish-audio-preprocess"
readme = "README.md"
requires-python = ">=3.9"
version = "0.2.5"
version = "0.2.6"

[project.scripts]
fap = "fish_audio_preprocess.cli.__main__:cli"


[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit cd7132b

Please sign in to comment.