Skip to content

Commit fd46627

Browse files
committed
do not depend on dustpy on Windows
1 parent ad7e43b commit fd46627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def build_extension(self, ext): # pylint: disable=too-many-branches
162162
"PySDM",
163163
"PyMieScatt",
164164
"SciPy",
165-
"dustpy; platform_system == 'Linux'",
165+
"dustpy; platform_system != 'Windows'",
166166
],
167167
},
168168
)

0 commit comments

Comments
 (0)