diff --git a/conda-recepie/meta.yaml b/conda-recepie/meta.yaml index a2b219a6f..1c3f955bf 100755 --- a/conda-recepie/meta.yaml +++ b/conda-recepie/meta.yaml @@ -15,6 +15,7 @@ requirements: build: - {{ compiler('c') }} - {{compiler('cxx')}} + - python {{python}} - cmake - qwt 6.* #require qt5 investigate before activating gui - qt=4.8* @@ -65,12 +66,12 @@ outputs: requirements: build: - - python {{ python }} + - python {{python}} - setuptools - wheel run: - - python {{ python }} + - python {{python}} - numpy - slsdetlib=udp