diff --git a/setup.py b/setup.py index 13220e9aa276..7fe5ce00698f 100644 --- a/setup.py +++ b/setup.py @@ -1092,7 +1092,7 @@ def main(): "networkx", "jinja2", "fsspec", - 'mkl>=2021.1.1,<=2021.4.0; platform_system == "Windows" and platform_machine == "x86_64"', + 'mkl>=2021.1.1,<=2021.4.0; platform_system == "Windows"', ] # Parse the command line and check the arguments before we proceed with