From b9820b24fd135ab5f8a8a4e2b6221e2bcb18ab49 Mon Sep 17 00:00:00 2001 From: qzhu Date: Wed, 21 Dec 2022 12:00:48 -0800 Subject: [PATCH] update to v0.2.2 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 02aeaec..eed887d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy>=1.13.3 scipy>=1.6.1 matplotlib>=2.0.0 -ase>=3.20.1 +ase>=3.22.1 torch>=1.1.0 phonopy==2.3.2 spglib>=1.12.1 diff --git a/setup.py b/setup.py index b987985..06b679d 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ 'numpy>=1.13.3', 'scipy>=1.6.1', 'matplotlib>=2.0.0', - 'ase>=3.20.1', + 'ase>=3.22.1', 'torch>=1.10.2', 'phonopy==2.3.2', #tmp fix 'spglib>=1.12.1',