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

meta(deps): add bob as dependency in new structure

parent c2b6fd90
No related branches found
No related tags found
1 merge request!72meta(deps): add bob as dependency in new structure
Pipeline #74750 passed
...@@ -21,30 +21,32 @@ requirements: ...@@ -21,30 +21,32 @@ requirements:
- python {{ python }} - python {{ python }}
- setuptools {{ setuptools }} - setuptools {{ setuptools }}
- pip {{ pip }} - pip {{ pip }}
- bob
- bob.io.base
- bob.bio.base
- clapper {{ clapper }}
- docopt {{ docopt }}
- matplotlib {{ matplotlib }}
- numpy {{ numpy }} - numpy {{ numpy }}
- scipy {{ scipy }}
- pillow {{ pillow }} - pillow {{ pillow }}
- schema {{ schema }} - schema {{ schema }}
- docopt {{ docopt }}
- scikit-image {{ scikit_image }} - scikit-image {{ scikit_image }}
- matplotlib {{ matplotlib }} - scipy {{ scipy }}
- clapper
- bob.io.base
- bob.bio.base
run: run:
- python - python
- setuptools - setuptools
- clapper - bob
- bob.io.base - bob.io.base
- bob.bio.base - bob.bio.base
- {{ pin_compatible('clapper') }}
- {{ pin_compatible('docopt') }}
- {{ pin_compatible('matplotlib') }}
- {{ pin_compatible('numpy') }} - {{ pin_compatible('numpy') }}
- {{ pin_compatible('scipy') }}
- {{ pin_compatible('pillow') }} - {{ pin_compatible('pillow') }}
- {{ pin_compatible('schema') }} - {{ pin_compatible('schema') }}
- {{ pin_compatible('docopt') }}
- {{ pin_compatible('scikit-image') }} - {{ pin_compatible('scikit-image') }}
- {{ pin_compatible('matplotlib') }} - {{ pin_compatible('scipy') }}
test: test:
imports: imports:
......
...@@ -27,17 +27,17 @@ ...@@ -27,17 +27,17 @@
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
] ]
dependencies = [ dependencies = [
"setuptools", "bob",
"bob.io.base",
"bob.bio.base",
"clapper",
"docopt",
"matplotlib",
"numpy", "numpy",
"scipy",
"pillow", "pillow",
"schema", "schema",
"docopt",
"scikit-image", "scikit-image",
"matplotlib", "scipy",
"clapper",
"bob.io.base",
"bob.bio.base",
] ]
[project.urls] [project.urls]
......
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