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

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

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