Skip to content

Commit

Permalink
bumb libdeeplake to 0.0.126
Browse files Browse the repository at this point in the history
  • Loading branch information
activesoull committed May 7, 2024
1 parent 21127e0 commit 147cdea
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_available():
extras_require["all"] = [req_map[r] for r in all_extras]

if libdeeplake_available():
libdeeplake = "libdeeplake==0.0.125"
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 147cdea

Please sign in to comment.