From 60e8ca761a713d35fddcb8b1fcc226a38a442e02 Mon Sep 17 00:00:00 2001 From: Aleks Date: Sat, 30 Mar 2024 18:11:42 -0400 Subject: [PATCH] Added Cython/youtokentome dependencies --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74f4b9e..3cb475b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,8 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ - "cython==3.0.10", + "Cython==3.0.10", + "youtokentome @ git+https://github.com/gburlet/YouTokenToMe.git@dependencies", "deepmultilingualpunctuation==1.0.1", "nemo_toolkit[asr]==1.23.0", "tensorrt_llm==0.9.0.dev2024032600",