From b163a5f932080a0c02c716b7c4befdf78ecdd1e8 Mon Sep 17 00:00:00 2001 From: Benjamin <3benknight@gmail.com> Date: Thu, 25 Jul 2024 13:02:08 -0400 Subject: [PATCH] Fixed incorrect formatting on toml --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ef553b9..c16c524 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,8 +14,6 @@ authors = [ { name = "Chris R. Vernon", email = "chris.vernon@pnnl.gov" } ] urls = { "Homepage" = "https://github.com/JGCRI/xanthos", "Repository" = "https://github.com/JGCRI/xanthos", "Documentation" = "https://github.com/JGCRI/xanthos/wiki" } - -[project.dependencies] dependencies = [ "numpy>=1.24.4", "scipy>=1.6",