From 1f6023b06b6760eedb061248f2712509556696d4 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Tue, 18 Feb 2025 14:53:21 +0000 Subject: [PATCH] Bumped engine version requirement to version 0.11.0 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bccb0b9..4c50581 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dynamic = ["version"] readme = "README.md" license = {file = "LICENSE"} dependencies = [ - "autoBIGS-engine==0.10.*" + "autoBIGS-engine==0.11.*" ] requires-python = ">=3.12" description = "A CLI tool to rapidly fetch fetch MLST profiles given sequences for various diseases." diff --git a/requirements.txt b/requirements.txt index f409902..fad55b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ pytest-cov build twine setuptools_scm -autoBIGS.engine==0.10.* +autoBIGS.engine==0.11.*