Skip to content
Snippets Groups Projects
Commit 5bb94044 authored by André MAYORAZ's avatar André MAYORAZ Committed by Yannick DAYER
Browse files

[conda] Removed bob extension

parent b230708a
No related branches found
No related tags found
1 merge request!69Cookiecutter restructuration
Pipeline #65932 passed
......@@ -24,7 +24,6 @@ requirements:
- python {{ python }}
- setuptools {{ setuptools }}
- pip {{ pip }}
- bob.extension
- numpy {{ numpy }}
- dask {{ dask }}
- dask-ml {{ dask_ml }}
......
import bob.extension
from .factor_analysis import ISVMachine, JFAMachine
from .gmm import GMMMachine, GMMStats
from .ivector import IVectorMachine
......@@ -9,11 +7,6 @@ from .wccn import WCCN
from .whitening import Whitening
def get_config():
"""Returns a string containing the configuration information."""
return bob.extension.get_config(__name__)
# gets sphinx autodoc done right - don't remove it
def __appropriate__(*args):
"""Says object was actually declared here, an not on the import module.
......
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