From 4168f6374c7e224520fb27d53743d4fe403d9faa Mon Sep 17 00:00:00 2001 From: qchempku2017 Date: Tue, 21 Jan 2025 21:06:14 +0800 Subject: [PATCH] Upgrade pymatgen and monty dependency in attempt to fix remote testing issue. --- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ae424278..c9302822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,8 +20,8 @@ classifiers = [ ] dependencies = [ "numpy >=2.0.0,<3.0", - "pymatgen >=2024.11.13", - "monty >=2024.12.10", + "pymatgen >=2025.1.9", + "monty >=2025.1.9", "h5py >=3.12.0" ] authors = [ diff --git a/requirements.txt b/requirements.txt index 96c48f8e..a926dd31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ numpy==2.2.1 -monty==2024.12.10 -pymatgen==2024.11.13 +monty==2025.01.09 +pymatgen==2025.01.09 h5py==3.12.1