Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: KonanAI <[email protected]>
  • Loading branch information
konan-ai authored Jul 25, 2023
1 parent 828029e commit 296ec12
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,28 @@ requires-python = ">=3.10"
# # [project.scripts]
# # add your console scripts here

[project.dependencies]
tensorflow = "*"
torch = "*"
torchaudio = "*"
numpy = "*"
matplotlib = "*"
scikit-learn = "*"
umap-learn = "*"
pandas = "*"
opensmile = "*"
transformers = "*"
soundfile = "*"
librosa = "*"
argparse = "*"
tqdm = "*"
datasets = "*"
g2p_en = "*"
jiwer = "*"
praatio = "*"
scipy = "*"
g2pM = "*"
typing-extensions = "*"
# [project.dependencies]
# tensorflow = "*"
# torch = "*"
# torchaudio = "*"
# numpy = "*"
# matplotlib = "*"
# scikit-learn = "*"
# umap-learn = "*"
# pandas = "*"
# opensmile = "*"
# transformers = "*"
# soundfile = "*"
# librosa = "*"
# argparse = "*"
# tqdm = "*"
# datasets = "*"
# g2p_en = "*"
# jiwer = "*"
# praatio = "*"
# scipy = "*"
# g2pM = "*"
# typing-extensions = "*"


# [tool.flit.module]
Expand Down

0 comments on commit 296ec12

Please sign in to comment.