# Wendelin with components taken from latest git versions [buildout] extends = software.cfg # wendelin.core parts -= wendelin.core parts += wendelin.core-dev [eggs] # tell erp5 to use -dev eggs instead of released ones eggs -= ${wendelin.core:egg} eggs += ${wendelin.core-dev:egg} # unpin wendelin.core from versions, so that if there is difference between # version of wendelin.core-dev and what was pinned, buildout does not fallback # to installing non-dev egg [versions] wendelin.core = scikit-learn = # install scikit-learn git clone [scikit-learn] <= scikit-learn-develop