We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55a99a7 + ab3f63e commit a0aae18Copy full SHA for a0aae18
setup.py
@@ -70,7 +70,7 @@ def libdeeplake_available():
70
extras_require["all"] = [req_map[r] for r in all_extras]
71
72
if libdeeplake_available():
73
- libdeeplake = "libdeeplake==0.0.123"
+ libdeeplake = "libdeeplake==0.0.124"
74
extras_require["enterprise"] = [libdeeplake, "pyjwt"]
75
extras_require["all"].append(libdeeplake)
76
install_requires.append(libdeeplake)
0 commit comments