Skip to content

Commit

Permalink
Added Cython dependency, rounding timestamps to 2 decimal places
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleks committed Mar 30, 2024
1 parent 3f97042 commit 9024ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"Cython==3.0.10",
"cython==3.0.10",
"deepmultilingualpunctuation==1.0.1",
"nemo_toolkit[asr]==1.23.0",
"tensorrt_llm==0.9.0.dev2024032600",
Expand Down

0 comments on commit 9024ebe

Please sign in to comment.