Skip to content

Commit f3a10cb

Browse files
Conda recipe fix
1 parent c973c3b commit f3a10cb

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 >= {{ environ.get('PYTHON_VERSION') }}
14+
- python >={{ environ.get('PYTHON_VERSION') }}
1515
- setuptools
1616
run:
17-
- python >= {{ environ.get('PYTHON_VERSION') }}
17+
- python >={{ environ.get('PYTHON_VERSION') }}
1818
- oce 0.18.*
1919
- pythonocc-core 0.18.2*
2020
- pyparsing 2.*

0 commit comments

Comments
 (0)