Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fishbotics authored Mar 16, 2021
1 parent f0aeb99 commit 5749b73
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
)
_ext_headers = glob.glob(osp.join(_ext_src_root, "include", "*"))

# This line causes inconsistency in the Anaconda environment, probably because
# the requirement is too old
# requirements = ["torch>=1.4"]
requirements = ["torch>=1.8.0"]

exec(open(osp.join("pointnet2_ops", "_version.py")).read())

Expand Down

0 comments on commit 5749b73

Please sign in to comment.