From 54000fa994a83d18d708e07c6531b153c36022f1 Mon Sep 17 00:00:00 2001 From: Jonathan Vandermause Date: Mon, 16 Sep 2024 13:18:22 -0400 Subject: [PATCH] update dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 240fbd1a1..f7024b4cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,10 +18,10 @@ classifiers = [ "Topic :: Scientific/Engineering :: Physics", ] dependencies = [ - "ase", + "ase == 3.22", "nptyping", "numba", - "numpy >=1.18, <1.23", + "numpy", "pyyaml", "scipy", "wandb",