From ad02248f08ca0d2dc07ef8cb1e806e647ddb39e4 Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Tue, 27 Aug 2024 12:58:36 -0400 Subject: [PATCH] chore: specify ccbr_tools version v0.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa25f73..2f94435 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ requires-python = ">=3.11" dependencies = [ "argparse", - "ccbr_tools@git+https://github.com/CCBR/Tools", + "ccbr_tools@git+https://github.com/CCBR/Tools@v0.1.0", "Click >= 8.1.3", "PySimpleGui < 5", "snakemake >= 7.32, < 8",