From 2a2aa08af06f7d7ea3336908e38baf4dbfbbceee Mon Sep 17 00:00:00 2001 From: Jeffrey Martin Date: Mon, 3 Aug 2026 14:44:35 -0500 Subject: [PATCH] lock `nltk` due to incompatible path restrictions release of nltk 3.10.1 introduced a python path manipulation that is not viable for common install patterns of standalone tools and has an open issue and PR to revert. Locking version until a viable upstream version is available. Signed-off-by: Jeffrey Martin --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a48081482..f2f15a299 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -141,7 +141,7 @@ dependencies = [ "replicate>=0.8.3", "google-api-python-client>=2.0", "backoff>=2.1.1", - "nltk>=3.10.0", + "nltk==3.10.0", "accelerate>=0.23.0", "avidtools==0.1.2", "stdlibs>=2022.10.9", diff --git a/requirements.txt b/requirements.txt index 881a0bb57..67fe6e803 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ openai>=2.0,<3.0 replicate>=0.8.3 google-api-python-client>=2.0 backoff>=2.1.1 -nltk>=3.10.0 +nltk==3.10.0 accelerate>=0.23.0 avidtools==0.1.2 stdlibs>=2022.10.9