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
Max version pin is not sustainable and should be removed as soon as upstream issues are fixed (which look like they are?). This pin here prevents downstream packages from upgrading scipy while relying on GWCS, which in turn prevents them from testing against dev version of GWCS and dev version of scipy.
open a follow-up issue to remove maxversion pin; it was mentioned in Pin gwcs due to scipy issue #435 but once that was merged, there is a high risk of any follow-up to be forgotten without an explicit issue to do the follow-up;
maybe consider using != pin if you know it is going to be fixed upstream by their next bugfix; e.g., scipy != 1.10.0
gwcs/setup.cfg
Line 26 in 7b32eb5
Max version pin is not sustainable and should be removed as soon as upstream issues are fixed (which look like they are?). This pin here prevents downstream packages from upgrading
scipy
while relying on GWCS, which in turn prevents them from testing against dev version of GWCS and dev version ofscipy
.Related issues:
1.10.0
#433The text was updated successfully, but these errors were encountered: