FEDn: An enterprise-ready open source federated learning framework. This repository contains the Python framework, CLI and API.
144
stars
34
forks
source link
Bugfix/SK-1063 | Update sys_platform for windows in environment markers #710
Closed
Wrede closed 2 months ago
Wrong sys_platform for windows was used in examples python_env.yaml. "win" does not match both "win32" and "win64". Need to add checks for both.