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