From 3b194952d0797aa29545a8927e8e26c75ccca6cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:04:34 +0000 Subject: [PATCH] Update coolprop requirement from >=6.4 to >=8.0.0 Updates the requirements on [coolprop](https://github.com/CoolProp/CoolProp) to permit the latest version. - [Release notes](https://github.com/CoolProp/CoolProp/releases) - [Commits](https://github.com/CoolProp/CoolProp/compare/v6.4.0...v8.0.0) --- updated-dependencies: - dependency-name: coolprop dependency-version: 8.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ff12cc83..6299ebc17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "pandas>=2.0", "numba>=0.57", "PyVMCON>=2.4.0,<2.5.0", - "CoolProp>=6.4", + "CoolProp>=8.0.0", "matplotlib>=2.1.1", "seaborn>=0.12.2", "tabulate",