Skip to content

Commit

Permalink
fix pip (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
L1aoXingyu authored Mar 22, 2022
1 parent 11ba268 commit ba20850
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba20850

Please sign in to comment.