From 1fa9c4e34fb996d5fb9be44a5d4bdeb76a107bb0 Mon Sep 17 00:00:00 2001 From: Alexander Bonkowski Date: Tue, 29 Oct 2024 20:13:49 +0100 Subject: [PATCH] Remove `ovito` pin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63d3341..6e8b150 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ tests = [ "pytest>=8", ] ovito = [ - "ovito>=3.8,<3.12", # ovito 3.11 has import issues + "ovito>=3.8, ] ase = [ "ase>=3.23",