Skip to content

Commit

Permalink
remove evdev (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanyiLi committed Sep 5, 2021
1 parent 79e0d39 commit 3fe7dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def is_win():
"Cython==0.29.6",
]

if (not is_mac()) and (not is_win()):
install_requires.append("evdev")
# if (not is_mac()) and (not is_win()):
# install_requires.append("evdev")

setup(
name="metadrive-simulator",
Expand Down

0 comments on commit 3fe7dc1

Please sign in to comment.