From 43b77f6e940306254940a4cc428eadf55a3400c0 Mon Sep 17 00:00:00 2001 From: Peter Van Dyken Date: Wed, 18 Oct 2023 10:28:06 -0400 Subject: [PATCH] Fix spelling mistake --- ...f build_system != 'poetry' %}pyproject.toml{% endif %}.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snakebids/project_template/{% if build_system != 'poetry' %}pyproject.toml{% endif %}.jinja b/snakebids/project_template/{% if build_system != 'poetry' %}pyproject.toml{% endif %}.jinja index 4969772d..4633172f 100644 --- a/snakebids/project_template/{% if build_system != 'poetry' %}pyproject.toml{% endif %}.jinja +++ b/snakebids/project_template/{% if build_system != 'poetry' %}pyproject.toml{% endif %}.jinja @@ -30,7 +30,7 @@ requires-python = "{{ python_version }}" dependencies = [ "snakemake >= {{ snakemake_version }}", "snakebids >= {{ snakebids_version }}", - {# Explicitely specify numpy version for py38 until snakebids 0.10.x to + {# Explicitly specify numpy version for py38 until snakebids 0.10.x to work around specification bug causing numpys too high for py38 to be locked by pdm -#} "numpy <=1.24.4; python_version < \"3.9\"",