Skip to content

Commit ba20850

Browse files
authored
fix pip (#204)
1 parent 11ba268 commit ba20850

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ def write_version_file():
4444
if sys.version_info < (3,):
4545
sys.exit("Sorry, Python3 is required for LiBai.")
4646

47-
with open(os.path.join(cwd, "requirements.txt"), "r", encoding="utf-8") as f:
48-
requirements = [item.strip() for item in f.readlines()]
49-
5047

5148
def get_pybind11():
5249
import pybind11 as pb

0 commit comments

Comments
 (0)