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

[py] Replace exposed by clapp

parent 6a799511
No related branches found
No related tags found
1 merge request!109Add a way to retrieve protocol definition files
...@@ -21,7 +21,7 @@ requirements: ...@@ -21,7 +21,7 @@ requirements:
- python {{ python }} - python {{ python }}
- setuptools {{ setuptools }} - setuptools {{ setuptools }}
- pip {{ pip }} - pip {{ pip }}
- exposed - clapp
# bob dependencies # bob dependencies
- bob.io.base - bob.io.base
# other libraries # other libraries
...@@ -37,7 +37,7 @@ requirements: ...@@ -37,7 +37,7 @@ requirements:
run: run:
- python - python
- setuptools - setuptools
- exposed - clapp
- 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",
"exposed", "clapp",
"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 exposed.rc import UserDefaults from clapp.rc import UserDefaults
from bob.pipelines.dataset.protocols import archive, hashing from bob.pipelines.dataset.protocols import archive, hashing
......
...@@ -7,10 +7,10 @@ import sys ...@@ -7,10 +7,10 @@ import sys
import dask import dask
from clapp.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
from exposed.rc import UserDefaults
from .sge_queues import QUEUE_DEFAULT from .sge_queues import QUEUE_DEFAULT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment