diff --git a/python/pyproject.toml b/python/pyproject.toml index 360221d0e..db083505b 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ 'Programming Language :: Python :: 3', ] dependencies = [ - 'linuxfd==1.5', + 'linuxfd==1.5; platform_system=="Linux"', 'requests==2.31.0', 'protobuf==4.24.4', ]