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
This is causing windows actions to fail. While we can downgrade numpy to allow the windows action to pass, it is better to address these incompatibility issues at the base openfl level
The text was updated successfully, but these errors were encountered:
It is a known issue that
torchvision==0.18
is incompatible withnumpy>=2.x
securefederatedai/openfl#1017 (comment)However,
torch==2.4.x
automatically installstriton==3.0.0
, which is triggering anAssertionError
withdistutils
securefederatedai/openfl#1017 (comment)This is causing windows actions to fail. While we can downgrade
numpy
to allow the windows action to pass, it is better to address these incompatibility issues at the baseopenfl
levelThe text was updated successfully, but these errors were encountered: