From 234c3be8b39a9cc850288a0edd96ad88c5536762 Mon Sep 17 00:00:00 2001 From: Manish Kumar Date: Thu, 11 Jul 2024 09:40:54 +0200 Subject: [PATCH 1/2] np version updated --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0b2da13..35e749d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy +numpy<=1.26.4 pandas lightning scikit_learn From 9b2f0c36ad85f81272ae35597adcfa6dc4512a2b Mon Sep 17 00:00:00 2001 From: Manish Kumar Date: Thu, 11 Jul 2024 10:33:17 +0200 Subject: [PATCH 2/2] version bump --- mambular/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mambular/__version__.py b/mambular/__version__.py index 7408bb0..ba9f224 100644 --- a/mambular/__version__.py +++ b/mambular/__version__.py @@ -1,4 +1,4 @@ """Version information.""" # The following line *must* be the last in the module, exactly as formatted: -__version__ = "0.1.6" +__version__ = "0.1.7"