Skip to content

Commit

Permalink
Merge pull request #2348 from activeloopai/bump_libdeeplake
Browse files Browse the repository at this point in the history
bump libdeeplake version to 0.0.52
  • Loading branch information
levongh committed May 12, 2023
2 parents d4496cd + e3ec118 commit 5aebba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def libdeeplake_availabe():
extras_require["all"] = [req_map[r] for r in all_extras]

if libdeeplake_availabe():
libdeeplake = "libdeeplake==0.0.51"
libdeeplake = "libdeeplake==0.0.52"
extras_require["enterprise"] = [libdeeplake, "pyjwt"]
extras_require["all"].append(libdeeplake)

Expand Down

0 comments on commit 5aebba2

Please sign in to comment.