diff --git a/conda/meta.yaml b/conda/meta.yaml index bb774dcdda692dda789506e39144ea05012cceec..8a67c404bb54a62f17795441fbb1efb083c97671 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -32,15 +32,15 @@ requirements: - pkg-config # [not win] - jom # [win] - make # [unix] - - python [win] - - python =3.6 [not win] + - python # [win] + - python =3.6 # [not win] - {{ compiler('c') }} - {{ compiler('cxx') }} - cmake >=3.14 - - xorg-libxcursor - - xorg-libx11 - - xorg-libxrandr - - xorg-libxinerama + - xorg-libxcursor # [linux] + - xorg-libx11 # [linux] + - xorg-libxrandr # [linux] + - xorg-libxinerama # [linux] - {{ cdt('mesa-libgl-devel') }} # [linux] - {{ cdt('mesa-dri-drivers') }} # [linux] - {{ cdt('libselinux') }} # [linux] @@ -68,22 +68,22 @@ requirements: host: - pthread-stubs # [linux] - - ffmpeg [win] - - python [win] - - ffmpeg ==4.0 [not win] - - python =3.6 [not win] - - nomkl [osx] + - ffmpeg # [win] + - python # [win] + - ffmpeg ==4.0 # [not win] + - python =3.6 # [not win] + - nomkl # [osx] run: - - tensorflow-gpu ==1.13.* [not osx] - - tensorflow ==1.13.* [osx] + - tensorflow-gpu ==1.13.* # [not osx] + - tensorflow ==1.13.* # [osx] - keras - - ffmpeg [win] - - python [win] - - ffmpeg ==4.0 [not win] - - python =3.6 [not win] - - nomkl [osx] - - xorg-libx11 [linux] + - ffmpeg # [win] + - python # [win] + - ffmpeg ==4.0 # [not win] + - python =3.6 # [not win] + - nomkl # [osx] + - xorg-libx11 # [linux] about: home: https://trex.run