diff options
Diffstat (limited to 'Wrappers')
-rw-r--r-- | Wrappers/Python/conda-recipe/meta.yaml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Wrappers/Python/conda-recipe/meta.yaml b/Wrappers/Python/conda-recipe/meta.yaml index 8b58738..fb88ab8 100644 --- a/Wrappers/Python/conda-recipe/meta.yaml +++ b/Wrappers/Python/conda-recipe/meta.yaml @@ -11,9 +11,8 @@ build: requirements: build: - - python ==2.7 # [py27] - - python ==3.5 # [py35] - - numpy + - python + - numpy x.x - setuptools - boost ==1.64.0 - boost-cpp ==1.64.0 @@ -24,9 +23,8 @@ requirements: - cmake run: - - python ==2.7 # [py27] - - python ==3.5 # [py35] - - numpy + - python + - numpy x.x - boost ==1.64 - cil_regularizer - vc 14 # [win and py35] |