From 642fe87ef6ede006f4e7f0c0c56fe5e9f9022594 Mon Sep 17 00:00:00 2001 From: activesoull Date: Wed, 24 Jul 2024 18:43:05 +0400 Subject: [PATCH] bump libdeeplake version to 0.0.137 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 07b4a58e80..c2abb9868b 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.136" + libdeeplake = "libdeeplake==0.0.137" extras_require["enterprise"] = [libdeeplake, "pyjwt"] extras_require["all"].append(libdeeplake) install_requires.append(libdeeplake)