mirror of
https://github.com/clearml/clearml
synced 2025-02-12 07:35:08 +00:00
Fix min and default API version
This commit is contained in:
parent
df3d3b269a
commit
835d95177e
@ -72,8 +72,8 @@ class Session(TokenManager):
|
|||||||
|
|
||||||
_client = [(__package__.partition(".")[0], __version__)]
|
_client = [(__package__.partition(".")[0], __version__)]
|
||||||
|
|
||||||
api_version = '2.1'
|
api_version = '2.9'
|
||||||
max_api_version = '2.1'
|
max_api_version = '2.9'
|
||||||
feature_set = 'basic'
|
feature_set = 'basic'
|
||||||
default_demo_host = "https://demoapi.demo.clear.ml"
|
default_demo_host = "https://demoapi.demo.clear.ml"
|
||||||
default_host = default_demo_host
|
default_host = default_demo_host
|
||||||
|
Loading…
Reference in New Issue
Block a user