Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Oct 18, 2023
1 parent 1817c3e commit 43b77f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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\"",
Expand Down

0 comments on commit 43b77f6

Please sign in to comment.