diff --git a/MANIFEST.in b/MANIFEST.in index 0eb9399eb191e4e3f8c792e85294361549dc4e2f..89f15c645a2d45befd7e895e03bc99c89630dcc3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,3 @@ include LICENSE README.rst buildout.cfg develop.cfg requirements.txt version.txt recursive-include doc conf.py *.rst -recursive-include bob *.cpp *.h -recursive-include bob/io/base/data *.* +recursive-include bob/io/base/test/data *.* diff --git a/conda/meta.yaml b/conda/meta.yaml index debadfadd6c2ca6b7bb206de1a8cc77943155c06..63f2cb29c4d8f222d5128638241675c481b28edc 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -24,10 +24,13 @@ requirements: - bob.extension - h5py {{ h5py }} - numpy {{ numpy }} + - imageio {{ imageio }} run: - python - setuptools - {{ pin_compatible('numpy') }} + - {{ pin_compatible('imageio') }} + - {{ pin_compatible('h5py') }} test: imports: diff --git a/requirements.txt b/requirements.txt index 8fd79bb91084c43678b904bdba2638a0a481bcda..33a37b06361e73d0284f0d31668e365593104f9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,4 @@ bob.extension +h5py +imageio +numpy \ No newline at end of file