Skip to content

Commit

Permalink
bumb libdeeplake to 0.0.126 (#2843)
Browse files Browse the repository at this point in the history
bumb libdeeplake to 0.0.126
  • Loading branch information
activesoull committed May 7, 2024
1 parent b1a13a9 commit f5d39eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deeplake/tests/client_fixtures.py
Expand Up @@ -49,7 +49,7 @@ def hub_cloud_dev_token(hub_cloud_dev_credentials):

assert (
token is not None
), f"Deep Lake dev token was not found in the environment variable '{ENV_HUB_DEV_USERNAME}'. This is necessary for testing deeplake cloud datasets."
), f"Deep Lake dev token was not found in the environment variable '{ENV_HUB_DEV_TOKEN}'. This is necessary for testing deeplake cloud datasets."

return token

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -70,7 +70,7 @@ def libdeeplake_available():
extras_require["all"] = [req_map[r] for r in all_extras]

if libdeeplake_available():
libdeeplake = "libdeeplake==0.0.124"
libdeeplake = "libdeeplake==0.0.126"
extras_require["enterprise"] = [libdeeplake, "pyjwt"]
extras_require["all"].append(libdeeplake)
install_requires.append(libdeeplake)
Expand Down

0 comments on commit f5d39eb

Please sign in to comment.