From fa2c61ab92183cf3ee5d6db6d0c4c864449c6eb5 Mon Sep 17 00:00:00 2001 From: Camille Bishop Date: Wed, 25 Mar 2026 17:37:23 -0400 Subject: [PATCH] Update pyproject.toml Starting at pyFAI version 2024.10, the pyFAI azimuthal integrator module changed syntax which therefore messed up the rest of PHS. (Warning given: Module pyFAI.azimuthalIntegrator is deprecated since pyFAI version 2024.10. Use 'pyFAI.integrator.azimuthal' instead.) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5650d267..18c5b1b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "h5py", "numpy", "pandas", - "pyfai", + "pyfai<=2024.9.0", "scikit-image", "scipy", "pillow",