Skip to content

Commit

Permalink
fiji.toml: fix python version variable name
Browse files Browse the repository at this point in the history
It is version-min, not min-version
  • Loading branch information
hinerm committed May 20, 2024
1 parent 27e2614 commit 58c6a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/fiji.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ directives = [
# | PYTHON CONFIG |
# \============================================================================/

python.min-version = '3.8'
python.version-min = '3.8'

python.packages = [
'pyimagej>=1.4.1',
Expand Down

0 comments on commit 58c6a5e

Please sign in to comment.