ultralytics 8.0.157 fix unzip_file() bug (#4407)
Co-authored-by: Nadim Bou Alwan <64587372+nadinator@users.noreply.github.com>
This commit is contained in:
parent
4885538693
commit
aaba14e6b2
9 changed files with 61 additions and 81 deletions
|
|
@ -164,7 +164,6 @@ def check_latest_pypi_version(package_name='ultralytics'):
|
|||
response = requests.get(f'https://pypi.org/pypi/{package_name}/json', timeout=3)
|
||||
if response.status_code == 200:
|
||||
return response.json()['info']['version']
|
||||
return None
|
||||
|
||||
|
||||
def check_pip_update_available():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue