Skip to content
Snippets Groups Projects
Commit c54c6669 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Clean-up dependencies

parent 196988e8
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -82,18 +82,6 @@ build_linux_36:
- ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
build_macosx_27:
<<: *macosx_build_job
variables:
PYTHON_VERSION: "2.7"
build_macosx_36:
<<: *macosx_build_job
variables:
PYTHON_VERSION: "3.6"
# Deploy targets
.deploy_template: &deploy_job
stage: deploy
......@@ -104,8 +92,6 @@ build_macosx_36:
dependencies:
- build_linux_27
- build_linux_36
- build_macosx_27
- build_macosx_36
tags:
- deployer
......
......@@ -6,7 +6,7 @@ package:
version: {{ environ.get('BOB_PACKAGE_VERSION', '0.0.1') }}
build:
skip: true
skip: true # [not linux]
number: {{ environ.get('BOB_BUILD_NUMBER', 0) }}
run_exports:
- {{ pin_subpackage(name) }}
......@@ -24,6 +24,8 @@ requirements:
- numpy {{ numpy }}
- docopt {{ docopt }}
- bob.extension
- bob.core
- bob.bio.base
run:
- python
- setuptools
......@@ -48,6 +50,6 @@ test:
about:
home: https://www.idiap.ch/software/bob/
license: BSD License
license: BSD License
summary: Bob interface for feature extraction using PyTorch
license_family: BSD
license_family: BSD
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment