Skip to content

Commit

Permalink
del collections
Browse files Browse the repository at this point in the history
  • Loading branch information
DTDwind committed Jun 14, 2023
1 parent 6875ad5 commit 9bb6e21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ numpy>=1.22.4
argparse
soundfile>=0.10.2
pathlib
collections
tabulate>=0.9.0
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="RTTManz",
version="0.2.0",
version="0.2.2",
author="Yu-Sen Cheng (DTDwind)",
description="A simple Python package for analyzing the necessary data in Speaker Diarization using oracle RTTM files and audio files.",
keywords="analyze rttm",
Expand All @@ -16,7 +16,6 @@
'argparse',
'soundfile>=0.10.2',
'pathlib',
'collections',
'tabulate>=0.9.0',
],
dependency_links=[],
Expand Down

0 comments on commit 9bb6e21

Please sign in to comment.