Skip to content
Snippets Groups Projects
Select Git revision
  • e43aec3dd403e7a9a8dd2c682466a56b6da440ef
  • master default protected
  • updates
  • towards_tf2
  • amir
  • tf20
  • predict
  • speed-up
  • newlstm
  • integrate_structures
  • lstm
  • gan
  • oldmaster
  • v3.0.0
  • v2.0.0
  • v1.2.2b0
  • v1.2.1
  • v1.2.0
  • v1.1.1
  • v1.1.0
  • v1.0.4
  • v1.0.3
  • v1.0.2
  • v1.0.1
  • v1.0.0
  • 0.1.10
  • 0.1.9
  • 0.1.8
  • 0.1.7
  • 0.1.6
  • 0.1.5
  • 0.1.4
  • 0.1.3
33 results

version.txt

Blame
  • buildout.cfg 705 B
    ; vim: set fileencoding=utf-8 :
    ; Manuel Guenther <manuel.guenther@idiap.ch>
    ; Wed Aug 27 14:46:14 CEST 2014
    
    [buildout]
    parts = scripts
    eggs = bob.learn.boosting
    extensions = bob.buildout
                 mr.developer
    auto-checkout = *
    develop = src/bob.extension
              src/bob.blitz
              src/bob.core
              src/bob.io.base
              .
    
    ; options for bob.buildout extension
    debug = true
    verbose = true
    newest = false
    
    [sources]
    bob.extension = git https://github.com/bioidiap/bob.extension
    bob.blitz = git https://github.com/bioidiap/bob.blitz
    bob.core = git https://github.com/bioidiap/bob.core
    bob.io.base = git https://github.com/bioidiap/bob.io.base
    
    [scripts]
    recipe = bob.buildout:scripts