diff --git a/pyproject.toml b/pyproject.toml index d3f7412..3b755f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,8 +21,7 @@ classifiers = [ keywords = ["NLP", "semantic annotation", "entity linking"] dependencies = [ "anyascii>=0.3.2", - "typing_extensions>=4.7.0; python_version>='3.12'", - "typing_extensions~=4.4.0; python_version<'3.12'", + "typing_extensions>=4.7.0", "spellwise>=0.8.0", "pysimstring~=1.2.1", ]