From 84f0fa90ad6c6d3791888dfcac9ed0d6c4caf67c Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Thu, 29 Aug 2019 10:24:56 +0200
Subject: [PATCH] [conda] improve conda recipe

---
 conda/meta.yaml | 22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 03070176..df7c9fa7 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -22,7 +22,6 @@ build:
     - cp -R README.rst requirements.txt doc "${PREFIX}/share/doc/{{ name }}/"
 
 requirements:
-  # place your build dependencies before the 'host' section
   host:
     - python {{ python }}
     - setuptools {{ setuptools }}
@@ -30,7 +29,6 @@ requirements:
     - pytorch {{ pytorch }} # [linux]
     - numpy {{ numpy }}
     - bob.extension
-    # place your other host dependencies here
   run:
     - python
     - setuptools
@@ -40,17 +38,7 @@ requirements:
     - pandas
     - matplotlib
     - tqdm
-    - bob.db.drive
-    - bob.db.stare
-    - bob.db.chasedb1
-    - bob.db.hrf
-    - bob.db.drionsdb
-    - bob.db.rimoner3
-    - bob.db.drishtigs1
-    - bob.db.refuge
-    - bob.db.iostar
     - tabulate
-    # place other runtime dependencies here (same as requirements.txt)
 
 test:
   imports:
@@ -72,7 +60,15 @@ test:
     - coverage
     - sphinx
     - sphinx_rtd_theme
-    # extend this list with further test-time-only dependencies
+    - bob.db.drive
+    - bob.db.stare
+    - bob.db.chasedb1
+    - bob.db.hrf
+    - bob.db.drionsdb
+    - bob.db.rimoner3
+    - bob.db.drishtigs1
+    - bob.db.refuge
+    - bob.db.iostar
 
 about:
   summary: Binary Segmentation Benchmark Package for Bob
-- 
GitLab