Skip to content

Commit a0aae18

Browse files
authored
Merge pull request #2840 from activeloopai/ld_124
bump libdeeplake version to 0.0.124
2 parents 55a99a7 + ab3f63e commit a0aae18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def libdeeplake_available():
7070
extras_require["all"] = [req_map[r] for r in all_extras]
7171

7272
if libdeeplake_available():
73-
libdeeplake = "libdeeplake==0.0.123"
73+
libdeeplake = "libdeeplake==0.0.124"
7474
extras_require["enterprise"] = [libdeeplake, "pyjwt"]
7575
extras_require["all"].append(libdeeplake)
7676
install_requires.append(libdeeplake)

0 commit comments

Comments
 (0)