diff --git a/pyproject.toml b/pyproject.toml index b95eb9b4..759c136e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,8 @@ dependencies = [ "scikit-learn", "transformers[torch]>=4.36.1", "datasets", - "deprecated" + "deprecated", + "urllib3>=2.2.2" ] [tool.setuptools]