From b9dd74f03b70b810eff2b9b3a1bce6c529df56f8 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Tue, 26 Apr 2022 17:53:35 +0200
Subject: [PATCH] remove bob.db.atnt bob.io.image

---
 conda/meta.yaml       | 3 ---
 requirements.txt      | 1 -
 test-requirements.txt | 2 --
 3 files changed, 6 deletions(-)
 delete mode 100644 test-requirements.txt

diff --git a/conda/meta.yaml b/conda/meta.yaml
index a65b732..259cfc9 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -30,7 +30,6 @@ requirements:
     - bob.sp
     - bob.learn.em
     - bob.measure
-    - bob.db.base
     - bob.bio.base >3.1
     - matplotlib {{ matplotlib }}
   run:
@@ -53,8 +52,6 @@ test:
     - coverage {{ coverage }}
     - sphinx {{ sphinx }}
     - sphinx_rtd_theme {{ sphinx_rtd_theme }}
-    - bob.db.atnt
-    - bob.io.image
     - gridtk
 
 about:
diff --git a/requirements.txt b/requirements.txt
index 467f01f..23dd2dc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,6 +7,5 @@ bob.math
 bob.sp
 bob.learn.em
 bob.measure
-bob.db.base
 bob.bio.base > 3.1
 matplotlib   # for plotting
diff --git a/test-requirements.txt b/test-requirements.txt
deleted file mode 100644
index 9fc8c2d..0000000
--- a/test-requirements.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-bob.db.atnt  # for test purposes
-bob.io.image # for test purposes
-- 
GitLab