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

Merge branch 'clapper' into 'master'

Replace clapp by clapper.

See merge request !66
parents 4220abec bcc52a0e
No related branches found
No related tags found
1 merge request!66Replace clapp by clapper.
Pipeline #73347 passed
...@@ -26,14 +26,14 @@ requirements: ...@@ -26,14 +26,14 @@ requirements:
- scikit-learn {{ scikit_learn }} - scikit-learn {{ scikit_learn }}
- imageio {{ imageio }} - imageio {{ imageio }}
- imageio-ffmpeg {{ imageio_ffmpeg }} - imageio-ffmpeg {{ imageio_ffmpeg }}
- clapp - clapper
- bob.io.base - bob.io.base
- bob.bio.base - bob.bio.base
- bob.bio.face - bob.bio.face
run: run:
- python - python
- setuptools - setuptools
- clapp - clapper
- bob.io.base - bob.io.base
- bob.bio.base - bob.bio.base
- bob.bio.face - bob.bio.face
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
"numpy", "numpy",
"h5py", "h5py",
"scikit-learn", "scikit-learn",
"clapp", "clapper",
"bob.io.base", "bob.io.base",
"bob.bio.base", "bob.bio.base",
"bob.bio.face", "bob.bio.face",
......
import logging import logging
import os import os
from clapp.rc import UserDefaults from clapper.rc import UserDefaults
from bob.bio.base.database import CSVDatabase from bob.bio.base.database import CSVDatabase
......
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