From 1738f0f9549336f0b65ab0dd65edfabd7a07f48d Mon Sep 17 00:00:00 2001 From: Patrick Smyth Date: Mon, 18 Nov 2024 12:26:45 -0600 Subject: [PATCH] chore(deps): bump biocore to version 1.1.1 Updated the `biocore` dependency version from 1.1.0 to 1.1.1 in `setup.py`. This update includes minor bug fixes and performance improvements in the `biocore` library. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3dbe6be..5b25f32 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ REQUIRED_PKGS = [ # the library that biofit is built upon - "biocore>=1.1.0", + "biocore>=1.1.1", # For file locking "filelock", # We use numpy>=1.17 to have np.random.Generator (Dataset shuffling)