From ae1e9f4dc2259a59035624146f8dce7910c2b596 Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Tue, 27 Aug 2024 13:00:25 -0400 Subject: [PATCH] chore: specify ccbr_tools version v0.1.0 Specify ccbr_tools version v0.1.0 as a dependency, rather than the default branch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b9480b..3e53d62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,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",