diff --git a/setup.py b/setup.py index cf180e6ae..1d4790cf9 100644 --- a/setup.py +++ b/setup.py @@ -63,6 +63,7 @@ "phylo-treetime >=0.10.0, ==0.10.*", "pyfastx >=0.8.4, ==0.8.*", "scipy ==1.*", + "typing_extensions; python_version <'3.8'", "xopen[zstd] >=1.7.0, ==1.*" ], extras_require = { @@ -87,7 +88,6 @@ "sphinx-autodoc-typehints >=1.21.4", "types-jsonschema >=3.0.0, ==3.*", "types-setuptools", - "typing_extensions; python_version <'3.8'", "wheel >=0.32.3", "ipdb >=0.10.1" ]