Skip to content

Commit fa2c61a

Browse files
authored
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.)
1 parent 5d8b944 commit fa2c61a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"h5py",
2525
"numpy",
2626
"pandas",
27-
"pyfai",
27+
"pyfai<=2024.9.0",
2828
"scikit-image",
2929
"scipy",
3030
"pillow",

0 commit comments

Comments
 (0)