From 5898ea4f7436f1b2efbe934829ec991f95729759 Mon Sep 17 00:00:00 2001
From: Andre Mayoraz <andre.mayoraz@idiap.ch>
Date: Wed, 9 Nov 2022 18:21:14 +0100
Subject: [PATCH] Removed last traces of bob.extension

---
 conda/meta.yaml | 3 ---
 pyproject.toml  | 1 -
 2 files changed, 4 deletions(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 2584501..cd42e1d 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -22,7 +22,6 @@ requirements:
     - python {{ python }}
     - setuptools {{ setuptools }}
     - pip {{ pip }}
-    - bob.extension
     - bob.io.base
     - exposed
     - numpy {{ numpy }}
@@ -32,10 +31,8 @@ requirements:
     - tabulate {{ tabulate }}
     - numba {{ numba }}
   run:
-    # - bob.extension  #not required, has run_exports
     - python
     - setuptools
-    - bob.extension
     - bob.io.base
     - exposed
     - {{ pin_compatible('numpy') }}
diff --git a/pyproject.toml b/pyproject.toml
index 2096f20..93f5647 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -28,7 +28,6 @@
     dependencies = [
         "setuptools",
         "numpy",
-        "bob.extension",
         "bob.io.base",
         "exposed",
         "scipy",
-- 
GitLab