Skip to content

Commit 02e0e66

Browse files
committed
Logic for auto-versioning in local conda recipes
1 parent fa25746 commit 02e0e66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ context:
44
name: "mira-simpeg"
55
# Read version from _version.txt file generated by setuptools_scm
66
version: ${{ load_from_file("_version.txt") | default("0.0.0.dev0") }}
7-
python_min: "3.12"
7+
python_min: '3.12'
88
module_name: simpeg
99

1010
package:

0 commit comments

Comments
 (0)