diff --git a/python/llm/setup.py b/python/llm/setup.py index 94491423..b1dcca9f 100644 --- a/python/llm/setup.py +++ b/python/llm/setup.py @@ -323,7 +323,7 @@ def setup_package(): "xpu-2-0": xpu_20_requires, "xpu-2-1": xpu_21_requires, "serving": serving_requires, - "cpp": ["bigdl-core-cpp==" + VERSION + ";platform_system=='Linux'"]}, + "cpp": ["bigdl-core-cpp==" + VERSION]}, classifiers=[ 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python :: 3',