From 9361adb6c4eff4ff8b4c506d82e54d67cc0dac11 Mon Sep 17 00:00:00 2001 From: Ryan Kingsbury Date: Mon, 12 Aug 2024 11:26:57 -0400 Subject: [PATCH] bump minimum scipy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c0fea13..e03c55a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ requires-python = ">=3.9" dependencies = [ "pint>=0.19", "numpy>1.26,<2", - "scipy>1.10", + "scipy>=1.12", "pymatgen==2024.5.1", "iapws>=1.5.3", "monty>=2024.7.12",