Skip to content

Commit

Permalink
Merge pull request #2765 from activeloopai/libdeeplake_0_0_99
Browse files Browse the repository at this point in the history
bump libdeeplake to 0.0.99
  • Loading branch information
nvoxland-al committed Feb 7, 2024
2 parents ed46c4a + 17375b8 commit 2317cbc
Showing 1 changed file with 1 addition and 1 deletion.
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.98"
libdeeplake = "libdeeplake==0.0.99"
extras_require["enterprise"] = [libdeeplake, "pyjwt"]
extras_require["all"].append(libdeeplake)
install_requires.append(libdeeplake)
Expand Down

0 comments on commit 2317cbc

Please sign in to comment.