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: ...@@ -21,6 +21,7 @@ requirements:
- python {{ python }} - python {{ python }}
- setuptools {{ setuptools }} - setuptools {{ setuptools }}
- pip {{ pip }} - pip {{ pip }}
- bob
- h5py {{ h5py }} - h5py {{ h5py }}
- numpy {{ numpy }} - numpy {{ numpy }}
- pillow {{ pillow }} - pillow {{ pillow }}
...@@ -29,6 +30,7 @@ requirements: ...@@ -29,6 +30,7 @@ requirements:
run: run:
- python - python
- setuptools - setuptools
- bob
- {{ pin_compatible('numpy') }} - {{ pin_compatible('numpy') }}
- {{ pin_compatible('pillow') }} - {{ pin_compatible('pillow') }}
- {{ pin_compatible('imageio') }} - {{ pin_compatible('imageio') }}
......
...@@ -21,10 +21,10 @@ classifiers = [ ...@@ -21,10 +21,10 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
] ]
dependencies = [ dependencies = [
"bob",
"h5py", "h5py",
"imageio", "imageio",
"numpy", "numpy",
"click",
"pillow", "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