Skip to content
Snippets Groups Projects

meta(deps): add bob dependency, remove duplicates.

Merged Yannick DAYER requested to merge new-bob-structure into master
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
0
@@ -21,6 +21,7 @@ requirements:
- python {{ python }}
- setuptools {{ setuptools }}
- pip {{ pip }}
- bob
- h5py {{ h5py }}
- numpy {{ numpy }}
- pillow {{ pillow }}
@@ -29,6 +30,7 @@ requirements:
run:
- python
- setuptools
- bob
- {{ pin_compatible('numpy') }}
- {{ pin_compatible('pillow') }}
- {{ pin_compatible('imageio') }}
Loading