Skip to content

Commit

Permalink
unnecessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
anijain2305 committed Apr 9, 2020
1 parent 8a0f8dc commit 5f2744e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/tvm/_ffi/_pyversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
#----------------------------
# Python3 version.
#----------------------------
# if not (sys.version_info[0] >= 3 and sys.version_info[1] >= 6):
# PY3STATEMENT = "The minimal Python requirement is Python 3.6"
# raise Exception(PY3STATEMENT)
if not (sys.version_info[0] >= 3 and sys.version_info[1] >= 6):
PY3STATEMENT = "The minimal Python requirement is Python 3.6"
raise Exception(PY3STATEMENT)

0 comments on commit 5f2744e

Please sign in to comment.