From 6bf73a9e72a5222f64f51332ac75f6815c043496 Mon Sep 17 00:00:00 2001 From: Levon Ghukasyan Date: Tue, 3 Sep 2024 16:07:06 +0000 Subject: [PATCH] bumb libdeeplake to 0.0.142 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9b30477e2c..0a86b65097 100644 --- a/setup.py +++ b/setup.py @@ -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.141" + libdeeplake = "libdeeplake==0.0.142" extras_require["enterprise"] = [libdeeplake, "pyjwt"] extras_require["all"].append(libdeeplake) install_requires.append(libdeeplake)