Skip to content

Commit

Permalink
bump libdeeplake version to 0.0.56 (#2417)
Browse files Browse the repository at this point in the history
  • Loading branch information
levongh committed Jun 7, 2023
1 parent 42e3da2 commit 68167ea
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 @@ -70,7 +70,7 @@ def libdeeplake_availabe():
extras_require["all"] = [req_map[r] for r in all_extras]

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

Expand Down

0 comments on commit 68167ea

Please sign in to comment.