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

[conda] improve conda recipe

parent 813bfe25
No related branches found
No related tags found
1 merge request!2[conda] improve conda recipe
Pipeline #32849 passed
...@@ -22,7 +22,6 @@ build: ...@@ -22,7 +22,6 @@ build:
- cp -R README.rst requirements.txt doc "${PREFIX}/share/doc/{{ name }}/" - cp -R README.rst requirements.txt doc "${PREFIX}/share/doc/{{ name }}/"
requirements: requirements:
# place your build dependencies before the 'host' section
host: host:
- python {{ python }} - python {{ python }}
- setuptools {{ setuptools }} - setuptools {{ setuptools }}
...@@ -30,7 +29,6 @@ requirements: ...@@ -30,7 +29,6 @@ requirements:
- pytorch {{ pytorch }} # [linux] - pytorch {{ pytorch }} # [linux]
- numpy {{ numpy }} - numpy {{ numpy }}
- bob.extension - bob.extension
# place your other host dependencies here
run: run:
- python - python
- setuptools - setuptools
...@@ -40,17 +38,7 @@ requirements: ...@@ -40,17 +38,7 @@ requirements:
- pandas - pandas
- matplotlib - matplotlib
- tqdm - 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 - tabulate
# place other runtime dependencies here (same as requirements.txt)
test: test:
imports: imports:
...@@ -72,7 +60,15 @@ test: ...@@ -72,7 +60,15 @@ test:
- coverage - coverage
- sphinx - sphinx
- sphinx_rtd_theme - 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: about:
summary: Binary Segmentation Benchmark Package for Bob summary: Binary Segmentation Benchmark Package for Bob
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment