diff --git a/setup.py b/setup.py index 7eec481813d2..7fe5ce00698f 100644 --- a/setup.py +++ b/setup.py @@ -1092,9 +1092,8 @@ def main(): "networkx", "jinja2", "fsspec", + 'mkl>=2021.1.1,<=2021.4.0; platform_system == "Windows"', ] - if IS_WINDOWS: - install_requires.append("mkl>=2021.1.1,<=2021.4.0") # Parse the command line and check the arguments before we proceed with # building deps and setup. We need to set values so `--help` works.