From bfb5b2f8e03f75930cd8e6f3d0e4e7d1087de8b9 Mon Sep 17 00:00:00 2001 From: PatReis Date: Wed, 27 Mar 2024 18:15:49 +0100 Subject: [PATCH] Updated pyxtal dependency --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index f5e274c8..d3b9783b 100644 --- a/setup.py +++ b/setup.py @@ -38,9 +38,8 @@ "click>=7.1.2", "brotli>=1.0.9", "h5py>=3.9.0", - # Pyxtal requires pyshtools which causes crashes in current version. - "pyshtools==4.10", - "pyxtal>=0.5.5" + # PyXtal could be made optional. + "pyxtal>=0.6.4" ], extras_require={ "openbabel": ["openbabel"],