Adjust numpy<2.0.0 compatibility (#13906)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
c636fe0f35
commit
68720288d3
3 changed files with 4 additions and 6 deletions
|
|
@ -38,7 +38,7 @@ def login(api_key: str = None, save=True) -> bool:
|
|||
Returns:
|
||||
(bool): True if authentication is successful, False otherwise.
|
||||
"""
|
||||
checks.check_requirements("hub-sdk>=0.0.6")
|
||||
checks.check_requirements("hub-sdk>=0.0.8")
|
||||
from hub_sdk import HUBClient
|
||||
|
||||
api_key_url = f"{HUB_WEB_ROOT}/settings?tab=api+keys" # set the redirect URL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue