Skip to content

Commit b40a730

Browse files
committed
Fix formatting of Python version requirement in meta.yaml
1 parent c9888bc commit b40a730

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build:
1515

1616
requirements:
1717
host:
18-
- python >= 3.11
18+
- python >=3.11
1919
- pip
2020
run:
2121
- python >=3.11

0 commit comments

Comments
 (0)