Skip to content

Commit

Permalink
Merge pull request #2948 from activeloopai/ld_145
Browse files Browse the repository at this point in the history
  • Loading branch information
activesoull authored Sep 11, 2024
2 parents 88d2ae3 + feeffcc commit c07a319
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 @@ -71,7 +71,7 @@ def libdeeplake_available():
extras_require["all"] = [req_map[r] for r in all_extras]

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

0 comments on commit c07a319

Please sign in to comment.