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

Merge branch 'clapper' into 'master'

Replace clapp by clapper.

See merge request !112
parents d7f4e55f fa3be6a5
No related branches found
No related tags found
1 merge request!112Replace clapp by clapper.
Pipeline #71768 passed
...@@ -21,7 +21,7 @@ requirements: ...@@ -21,7 +21,7 @@ requirements:
- python {{ python }} - python {{ python }}
- setuptools {{ setuptools }} - setuptools {{ setuptools }}
- pip {{ pip }} - pip {{ pip }}
- clapp - clapper
# bob dependencies # bob dependencies
- bob.io.base - bob.io.base
# other libraries # other libraries
...@@ -38,7 +38,7 @@ requirements: ...@@ -38,7 +38,7 @@ requirements:
run: run:
- python - python
- setuptools - setuptools
- clapp - clapper
- bob.io.base - bob.io.base
- {{ pin_compatible('numpy') }} - {{ pin_compatible('numpy') }}
- {{ pin_compatible('dask') }} - {{ pin_compatible('dask') }}
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
dependencies = [ dependencies = [
"setuptools", "setuptools",
"numpy", "numpy",
"clapp", "clapper",
"bob.io.base", "bob.io.base",
"scikit-learn", "scikit-learn",
"dask", "dask",
......
...@@ -35,7 +35,7 @@ from typing import Any, Callable, Optional, TextIO, Union ...@@ -35,7 +35,7 @@ from typing import Any, Callable, Optional, TextIO, Union
import requests import requests
from clapp.rc import UserDefaults from clapper.rc import UserDefaults
from bob.pipelines.dataset.protocols import archive, hashing from bob.pipelines.dataset.protocols import archive, hashing
......
...@@ -7,7 +7,7 @@ import sys ...@@ -7,7 +7,7 @@ import sys
import dask import dask
from clapp.rc import UserDefaults from clapper.rc import UserDefaults
from dask_jobqueue.core import Job, JobQueueCluster from dask_jobqueue.core import Job, JobQueueCluster
from distributed.deploy import Adaptive from distributed.deploy import Adaptive
from distributed.scheduler import Scheduler from distributed.scheduler import Scheduler
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment