We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents daf2ac3 + 318f80b commit b0a67a1Copy full SHA for b0a67a1
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.89"
+ libdeeplake = "libdeeplake==0.0.90"
74
extras_require["enterprise"] = [libdeeplake, "pyjwt"]
75
extras_require["all"].append(libdeeplake)
76
install_requires.append(libdeeplake)
0 commit comments