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

Merge branch 'fix_matplotlib_dependency' into 'master'

Fix matplotlib requirement

Closes #10

See merge request !15
parents 984e70d4 8d81902d
No related branches found
No related tags found
1 merge request!15Fix matplotlib requirement
Pipeline #
...@@ -25,7 +25,6 @@ requirements: ...@@ -25,7 +25,6 @@ requirements:
host: host:
- python {{ python }} - python {{ python }}
- setuptools {{ setuptools }} - setuptools {{ setuptools }}
- matplotlib {{ matplotlib }}
- bob.extension - bob.extension
- bob.blitz - bob.blitz
- bob.core - bob.core
...@@ -39,7 +38,6 @@ requirements: ...@@ -39,7 +38,6 @@ requirements:
run: run:
- python - python
- setuptools - setuptools
- matplotlib
- boost - boost
- {{ pin_compatible('numpy') }} - {{ pin_compatible('numpy') }}
...@@ -58,6 +56,7 @@ test: ...@@ -58,6 +56,7 @@ test:
- coverage - coverage
- sphinx - sphinx
- sphinx_rtd_theme - sphinx_rtd_theme
- matplotlib
about: about:
home: https://www.idiap.ch/software/bob/ home: https://www.idiap.ch/software/bob/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment