You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PGGeneralIntegrator module introduces a dependency on pygix which is a fairly problematic package: not updated in 3 years, based on a really old PyFAI. In particular, it requires a pin on silx_kit==2.0.0 which is causing problems with other packages. I propose we move pygix and silx_kit==2.0.0 into an optional [grazing] extras spec and eventually explore pyFAI's built in package for grazing which is coming soon.
The text was updated successfully, but these errors were encountered:
The
PGGeneralIntegrator
module introduces a dependency onpygix
which is a fairly problematic package: not updated in 3 years, based on a really old PyFAI. In particular, it requires a pin onsilx_kit==2.0.0
which is causing problems with other packages. I propose we movepygix
andsilx_kit==2.0.0
into an optional[grazing]
extras spec and eventually explorepyFAI
's built in package for grazing which is coming soon.The text was updated successfully, but these errors were encountered: