diff --git a/conda/meta.yaml b/conda/meta.yaml index 9ee0693b163280e8784070ddead2e12966c34759..509ee7ace18dc7fcd4b43132d51db2d7ee1c9c93 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -28,6 +28,7 @@ requirements: - click-plugins {{ click_plugins }} - scikit-learn {{ scikit_learn }} - tensorflow {{ tensorflow }} # [linux] + - matplotlib {{ matplotlib }} run: - python - setuptools @@ -38,6 +39,7 @@ requirements: - {{ pin_compatible('tensorflow') }} # [linux] run_constrained: - {{ pin_compatible('scikit-learn') }} + - {{ pin_compatible('matplotlib') }} test: imports: @@ -51,11 +53,10 @@ test: - conda inspect linkages -p $PREFIX {{ name }} # [not win] - conda inspect objects -p $PREFIX {{ name }} # [osx] requires: - - bob-devel {{ bob_devel }}.* - - nose - - coverage - - sphinx - - sphinx_rtd_theme + - nose {{ nose }} + - coverage {{ coverage }} + - sphinx {{ sphinx }} + - sphinx_rtd_theme {{ sphinx_rtd_theme }} - bob.db.atnt - matplotlib - scikit-learn