diff --git a/mindsdb/integrations/handlers/huggingface_handler/requirements.txt b/mindsdb/integrations/handlers/huggingface_handler/requirements.txt index eae77291d1f..8e215c62f04 100644 --- a/mindsdb/integrations/handlers/huggingface_handler/requirements.txt +++ b/mindsdb/integrations/handlers/huggingface_handler/requirements.txt @@ -1,7 +1,7 @@ # NOTE: Any changes made here need to be made to requirements_cpu.txt as well datasets==2.16.1 evaluate==0.4.3 -nltk==3.9.3 +nltk==3.9.4 huggingface-hub==1.9.1 torch==2.8.0 transformers==5.5.0 diff --git a/mindsdb/integrations/handlers/huggingface_handler/requirements_cpu.txt b/mindsdb/integrations/handlers/huggingface_handler/requirements_cpu.txt index b509a2942f4..da7404b1f71 100644 --- a/mindsdb/integrations/handlers/huggingface_handler/requirements_cpu.txt +++ b/mindsdb/integrations/handlers/huggingface_handler/requirements_cpu.txt @@ -1,7 +1,7 @@ # Needs to be installed with `pip install --extra-index-url https://download.pytorch.org/whl/ .[huggingface_cpu]` datasets==2.16.1 evaluate==0.4.3 -nltk==3.9.3 +nltk==3.9.4 huggingface-hub==1.9.1 torch==2.8.0+cpu transformers==5.5.0