From 0ab11d5454a9b59dd7440924edc5cbf24868abc9 Mon Sep 17 00:00:00 2001 From: Fabio Buso Date: Mon, 16 Oct 2023 13:43:18 +0200 Subject: [PATCH] Bump hsml version --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index ee4036a6d..837cbc022 100644 --- a/python/setup.py +++ b/python/setup.py @@ -17,7 +17,7 @@ def read(fname): version=__version__, install_requires=[ "hsfs[python]~=3.4.2rc0", - "hsml~=3.4.1rc0", + "hsml~=3.4.2rc0", "pyhumps==1.6.1", "requests", "furl",