Skip to content

Commit cc309fe

Browse files
Syntax fix
1 parent f4cb946 commit cc309fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ build:
1111

1212
requirements:
1313
build:
14-
- python >= 3.8
14+
- python >=3.8
1515
- setuptools
1616
run:
17-
- python >= 3.8
17+
- python >=3.8
1818
- ocp 7.7.*
1919
- pyparsing >=2.1.9
2020
- ezdxf

0 commit comments

Comments
 (0)