mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 05:07:03 +03:00
Auto-format
This commit is contained in:
parent
8d90e44d74
commit
49105034cb
2
setup.py
2
setup.py
|
@ -81,7 +81,7 @@ def is_new_osx():
|
||||||
return False
|
return False
|
||||||
mac_ver = platform.mac_ver()[0]
|
mac_ver = platform.mac_ver()[0]
|
||||||
if mac_ver.startswith("10"):
|
if mac_ver.startswith("10"):
|
||||||
minor_version = int(mac_ver.split('.')[1])
|
minor_version = int(mac_ver.split(".")[1])
|
||||||
if minor_version >= 7:
|
if minor_version >= 7:
|
||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user