diff --git a/pyproject.toml b/pyproject.toml index 1a03f4d04..bddac5b15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "jinja2>=3.1.2", "nltk>=3.8.1", "accelerate>=0.23.0", - "avidtools==0.1.1.2", + "avidtools==0.1.2", "stdlibs>=2022.10.9", "langchain>=0.0.300", "nemollm>=0.3.0", @@ -59,7 +59,6 @@ dependencies = [ "deepl==1.17.0", "fschat>=0.2.36", "litellm>=1.33.8", - "typing>=3.7,<3.8; python_version<'3.5'", ] [project.optional-dependencies] diff --git a/requirements.txt b/requirements.txt index 703e9dd1e..abdebf32b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ rapidfuzz>=3.0.0 jinja2>=3.1.2 nltk>=3.8.1 accelerate>=0.23.0 -avidtools==0.1.1.2 +avidtools==0.1.2 stdlibs>=2022.10.9 langchain>=0.0.300 nemollm>=0.3.0 @@ -27,7 +27,6 @@ ecoji>=0.1.0 deepl==1.17.0 fschat>=0.2.36 litellm>=1.33.8 -typing>=3.7,<3.8; python_version<'3.5' # tests pytest>=8.0 requests-mock==1.12.1