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

Merge branch 'new-bob-structure' into 'master'

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

See merge request !48
parents 0cb1514a b2af3da9
No related branches found
No related tags found
1 merge request!48meta(deps): add bob dependency, remove duplicates.
Pipeline #74812 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