diff --git a/CHANGELOG.md b/CHANGELOG.md index c300e99..74e287f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Re-organize documentation. - Updated Tensorflow. - Support for Python 3.11. +- Updated Transformers to 4.36. ### Fixed: - Always English being used in Tokenizer during noise generation. diff --git a/pyproject.toml b/pyproject.toml index cb5a845..0452d9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,8 +26,8 @@ dependencies = [ "bicleaner-ai-glove==0.2.1", "fuzzywuzzy", "python-Levenshtein", - "transformers==4.30.2", - "huggingface-hub==0.15.1", + "transformers==4.36.1", + "huggingface-hub>=0.22,<0.23", "zstandard", "psutil", "regex",