From ba20850886a8d78fc76c4f91c103a9ce0e6cba26 Mon Sep 17 00:00:00 2001 From: Xingyu Liao Date: Tue, 22 Mar 2022 14:37:52 +0800 Subject: [PATCH] fix pip (#204) --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index 29e5c8f37..2f18b1c56 100644 --- a/setup.py +++ b/setup.py @@ -44,9 +44,6 @@ def write_version_file(): if sys.version_info < (3,): sys.exit("Sorry, Python3 is required for LiBai.") -with open(os.path.join(cwd, "requirements.txt"), "r", encoding="utf-8") as f: - requirements = [item.strip() for item in f.readlines()] - def get_pybind11(): import pybind11 as pb