From e5b94d7218c867cdd92216630644041a519239ef Mon Sep 17 00:00:00 2001 From: Marius Smytzek Date: Sun, 28 Jul 2024 02:16:13 +0200 Subject: [PATCH] updated lib version --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8782248..e58d67e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Topic :: Software Development :: Testing" ] dependencies = [ - "sflkitlib>=0.0.3", + "sflkitlib>=0.0.4", "numpy>=1.23.5", "matplotlib>=3.7.2", "sortedcollections>=2.1.0" diff --git a/requirements.txt b/requirements.txt index d8551a9..1e38219 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -sflkitlib>=0.0.3 +sflkitlib>=0.0.4 numpy>=1.23.5 matplotlib>=3.7.2 sortedcollections>=2.1.0 \ No newline at end of file