From cc3456fc479bab463ef94a0361f0d5c57d35adc8 Mon Sep 17 00:00:00 2001 From: Helge Gehring <42973196+HelgeGehring@users.noreply.github.com> Date: Thu, 3 Oct 2024 02:02:14 -0700 Subject: [PATCH] fix pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4f4b8ea..bee303ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,6 @@ license = {file = "LICENSE"} readme = "README.md" dependencies = [ - "python>=3.8", "scikit-fem>=8.1.0", "gmsh>=4.13.1", "pygmsh",