Skip to content
Snippets Groups Projects
Verified Commit b2af3da9 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

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

parent 0cb1514a
No related branches found
No related tags found
1 merge request!48meta(deps): add bob dependency, remove duplicates.
Pipeline #74721 passed
......@@ -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') }}
......
......@@ -21,10 +21,10 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"bob",
"h5py",
"imageio",
"numpy",
"click",
"pillow",
]
......
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