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:
- python {{ python }}
- setuptools {{ setuptools }}
- pip {{ pip }}
- bob
- bob.io.base
- bob.bio.base
- clapper {{ clapper }}
- docopt {{ docopt }}
- matplotlib {{ matplotlib }}
- numpy {{ numpy }}
- scipy {{ scipy }}
- pillow {{ pillow }}
- schema {{ schema }}
- docopt {{ docopt }}
- scikit-image {{ scikit_image }}
- matplotlib {{ matplotlib }}
- clapper
- bob.io.base
- bob.bio.base
- scipy {{ scipy }}
run:
- python
- setuptools
- clapper
- bob
- bob.io.base
- bob.bio.base
- {{ pin_compatible('clapper') }}
- {{ pin_compatible('docopt') }}
- {{ pin_compatible('matplotlib') }}
- {{ pin_compatible('numpy') }}
- {{ pin_compatible('scipy') }}
- {{ pin_compatible('pillow') }}
- {{ pin_compatible('schema') }}
- {{ pin_compatible('docopt') }}
- {{ pin_compatible('scikit-image') }}
- {{ pin_compatible('matplotlib') }}
- {{ pin_compatible('scipy') }}
test:
imports:
......
......@@ -27,17 +27,17 @@
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"setuptools",
"bob",
"bob.io.base",
"bob.bio.base",
"clapper",
"docopt",
"matplotlib",
"numpy",
"scipy",
"pillow",
"schema",
"docopt",
"scikit-image",
"matplotlib",
"clapper",
"bob.io.base",
"bob.bio.base",
"scipy",
]
[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