From c42b8d0ee096db19877920cf278b9ca714f90fb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amund=20Faller=20R=C3=A5heim?= Date: Fri, 5 Apr 2024 09:38:54 +0200 Subject: [PATCH] remove inactive line in pyproject.toml no longer relevant with new python version requirements --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d125a0b..fbb2116 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,6 @@ numpy = "*" scipy = "*" numba = ">=0.56.4" pygeodesy = "*" -typing-extensions = { version = ">=4.0.0", python = "<3.9" } [tool.poetry.dev-dependencies] black = "24.3.0"