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

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

parent 85337b7a
No related branches found
No related tags found
1 merge request!322meta(deps): add bob as dependency in new structure
Pipeline #74736 passed
......@@ -21,12 +21,12 @@ requirements:
- python {{ python }}
- setuptools {{ setuptools }}
- pip {{ pip }}
- clapper
- bob.extension >5.0.1
- bob
- bob.io.base
- bob.learn.em
- bob.measure
- bob.pipelines
- clapper {{ clapper }}
- click {{ click }}
- click-plugins {{ click_plugins }}
- dask {{ dask }}
......@@ -37,12 +37,12 @@ requirements:
run:
- python
- setuptools
- clapper
- bob.extension
- bob
- bob.io.base
- bob.learn.em
- bob.measure
- bob.pipelines
- {{ pin_compatible('clapper') }}
- {{ pin_compatible('click') }}
- {{ pin_compatible('click-plugins') }}
- {{ pin_compatible('dask') }}
......
......@@ -24,15 +24,15 @@
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
dependencies = [
"bob.extension > 5.0.1",
"bob",
"bob.io.base",
"bob.learn.em",
"bob.measure",
"bob.pipelines",
"clapper",
"click",
"click-plugins",
"dask",
"clapper",
"numpy",
"pandas",
"scipy",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment