From 0c035c0f15425823f89c55fec5ed8157fe4eaee4 Mon Sep 17 00:00:00 2001 From: Yannick DAYER <yannick.dayer@idiap.ch> Date: Mon, 6 Feb 2023 11:27:36 +0100 Subject: [PATCH] [meta] Remove bob.extension from the dependencies. --- conda/meta.yaml | 2 -- pyproject.toml | 1 - 2 files changed, 3 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index adce265..e81442b 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -23,7 +23,6 @@ requirements: - pip {{ pip }} - exposed # bob dependencies - - bob.extension - bob.io.base # other libraries - numpy {{ numpy }} @@ -39,7 +38,6 @@ requirements: - python - setuptools - exposed - - bob.extension - bob.io.base - {{ pin_compatible('numpy') }} - {{ pin_compatible('dask') }} diff --git a/pyproject.toml b/pyproject.toml index 38a80a5..2a9efaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,6 @@ dependencies = [ "setuptools", "numpy", - "bob.extension", "exposed", "bob.io.base", "scikit-learn", -- GitLab