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

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

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

See merge request !21
parents 3cff6fd3 1b70530a
Branches
Tags
1 merge request!21meta(deps): add bob as dependency in new structure
Pipeline #74817 passed
......@@ -21,20 +21,22 @@ requirements:
- python {{ python }}
- setuptools {{ setuptools }}
- pip {{ pip }}
- clapper
- bob
- bob.measure
- bob.learn.em
- bob.bio.base
- clapper {{ clapper }}
- matplotlib {{ matplotlib }}
- numpy {{ numpy }}
- scikit-learn {{ scikit_learn }}
run:
- python
- setuptools
- clapper
- bob
- bob.measure
- bob.learn.em
- bob.bio.base
- {{ pin_compatible('clapper') }}
- {{ pin_compatible('matplotlib') }}
- {{ pin_compatible('numpy') }}
- {{ pin_compatible('scikit-learn') }}
......
......@@ -24,14 +24,14 @@
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
dependencies = [
"setuptools",
"numpy",
"clapper",
"bob",
"bob.measure",
"bob.learn.em",
"bob.bio.base",
"scikit-learn",
"clapper",
"matplotlib",
"numpy",
"scikit-learn",
]
[project.urls]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment