From 3fdde8711f8780cec41ea2c1c14d2416b58ce487 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Tue, 26 Oct 2021 16:10:56 +0200 Subject: [PATCH] update dependencies --- conda/meta.yaml | 6 +++--- conda/yum_requirements.txt | 1 + doc/index.rst | 6 +++--- doc/packages.rst | 5 ++--- doc/readme_index.rst | 4 ++-- packages.txt | 12 ++++++------ 6 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 conda/yum_requirements.txt diff --git a/conda/meta.yaml b/conda/meta.yaml index 577c448..d637a21 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -17,7 +17,6 @@ requirements: - bob - bob.devtools # LIST OF BOB PACKAGES - START - - bob.buildout - bob.extension - bob.blitz - bob.core @@ -41,7 +40,6 @@ requirements: - bob.db.atnt - bob.ip.facedetect - gridtk - - bob.ip.qualitymeasure - bob.pipelines - bob.learn.tensorflow - bob.bio.base @@ -49,11 +47,13 @@ requirements: - bob.bio.face - bob.bio.video - bob.bio.vein + - bob.ip.qualitymeasure - bob.pad.base - bob.pad.face - bob.fusion.base - - bob.learn.pytorch - bob.ip.binseg + - bob.io.stream + - bob.ip.stereo # LIST OF BOB PACKAGES - END test: commands: diff --git a/conda/yum_requirements.txt b/conda/yum_requirements.txt new file mode 100644 index 0000000..73bec64 --- /dev/null +++ b/conda/yum_requirements.txt @@ -0,0 +1 @@ +dejavu-sans-fonts diff --git a/doc/index.rst b/doc/index.rst index f5fcb12..a9c372e 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -41,7 +41,6 @@ Index of all packages bob.bio.vein <bob/bob.bio.vein/doc/index.rst> bob.bio.video <bob/bob.bio.video/doc/index.rst> bob.blitz <bob/bob.blitz/doc/index.rst> - bob.buildout <bob/bob.buildout/doc/index.rst> bob.core <bob/bob.core/doc/index.rst> bob.db.atnt <bob/bob.db.atnt/doc/index.rst> bob.db.base <bob/bob.db.base/doc/index.rst> @@ -50,20 +49,21 @@ Index of all packages bob.devtools <bob/bob.devtools/doc/index.rst> bob.extension <bob/bob.extension/doc/index.rst> bob.fusion.base <bob/bob.fusion.base/doc/index.rst> + bob.io.audio <bob/bob.io.audio/doc/index.rst> bob.io.base <bob/bob.io.base/doc/index.rst> bob.io.image <bob/bob.io.image/doc/index.rst> + bob.io.stream <bob/bob.io.stream/doc/index.rst> bob.io.video <bob/bob.io.video/doc/index.rst> - bob.io.audio <bob/bob.io.audio/doc/index.rst> bob.ip.base <bob/bob.ip.base/doc/index.rst> bob.ip.binseg <bob/bob.ip.binseg/doc/index.rst> bob.ip.color <bob/bob.ip.color/doc/index.rst> bob.ip.facedetect <bob/bob.ip.facedetect/doc/index.rst> bob.ip.gabor <bob/bob.ip.gabor/doc/index.rst> bob.ip.qualitymeasure <bob/bob.ip.qualitymeasure/doc/index.rst> + bob.ip.stereo <bob/bob.ip.stereo/doc/index.rst> bob.learn.activation <bob/bob.learn.activation/doc/index.rst> bob.learn.em <bob/bob.learn.em/doc/index.rst> bob.learn.linear <bob/bob.learn.linear/doc/index.rst> - bob.learn.pytorch <bob/bob.learn.pytorch/doc/index.rst> bob.learn.tensorflow <bob/bob.learn.tensorflow/doc/index.rst> bob.math <bob/bob.math/doc/index.rst> bob.measure <bob/bob.measure/doc/index.rst> diff --git a/doc/packages.rst b/doc/packages.rst index 35cd57f..16f4b7b 100644 --- a/doc/packages.rst +++ b/doc/packages.rst @@ -22,6 +22,7 @@ Data Input and Output * :ref:`bob.io.image` * :ref:`bob.io.video` * :ref:`bob.io.audio` +* :ref:`bob.io.stream` Signal, Audio, Image and Video Processing ----------------------------------------- @@ -34,7 +35,7 @@ Signal, Audio, Image and Video Processing * :ref:`bob.ip.facedetect` * :ref:`bob.ip.qualitymeasure` * :ref:`bob.ip.binseg` - +* :ref:`bob.ip.stereo` Machine Learning ---------------- @@ -44,7 +45,6 @@ Machine Learning * :ref:`bob.learn.activation` * :ref:`bob.learn.em` * :ref:`bob.learn.tensorflow` -* :ref:`bob.learn.pytorch` * :ref:`bob.pipelines` Modules for Developers @@ -53,7 +53,6 @@ Modules for Developers * :ref:`bob.devtools` * :ref:`bob.extension` * :ref:`bob.blitz` -* :ref:`bob.buildout` Parallel Execution ------------------ diff --git a/doc/readme_index.rst b/doc/readme_index.rst index ef0e9b5..9b8a9cf 100644 --- a/doc/readme_index.rst +++ b/doc/readme_index.rst @@ -14,7 +14,6 @@ README of all Packages bob.bio.vein <bob/bob.bio.vein/README.rst> bob.bio.video <bob/bob.bio.video/README.rst> bob.blitz <bob/bob.blitz/README.rst> - bob.buildout <bob/bob.buildout/README.rst> bob.core <bob/bob.core/README.rst> bob.db.atnt <bob/bob.db.atnt/README.rst> bob.db.base <bob/bob.db.base/README.rst> @@ -26,6 +25,7 @@ README of all Packages bob.io.audio <bob/bob.io.audio/README.rst> bob.io.base <bob/bob.io.base/README.rst> bob.io.image <bob/bob.io.image/README.rst> + bob.io.stream <bob/bob.io.stream/README.rst> bob.io.video <bob/bob.io.video/README.rst> bob.ip.base <bob/bob.ip.base/README.rst> bob.ip.binseg <bob/bob.ip.binseg/README.rst> @@ -33,11 +33,11 @@ README of all Packages bob.ip.facedetect <bob/bob.ip.facedetect/README.rst> bob.ip.gabor <bob/bob.ip.gabor/README.rst> bob.ip.qualitymeasure <bob/bob.ip.qualitymeasure/README.rst> + bob.ip.stereo <bob/bob.ip.stereo/README.rst> bob.ip.tensorflow_extractor <bob/bob.ip.tensorflow_extractor/README.rst> bob.learn.activation <bob/bob.learn.activation/README.rst> bob.learn.em <bob/bob.learn.em/README.rst> bob.learn.linear <bob/bob.learn.linear/README.rst> - bob.learn.pytorch <bob/bob.learn.pytorch/README.rst> bob.learn.tensorflow <bob/bob.learn.tensorflow/README.rst> bob.math <bob/bob.math/README.rst> bob.measure <bob/bob.measure/README.rst> diff --git a/packages.txt b/packages.txt index 94e0013..ddbb1ca 100644 --- a/packages.txt +++ b/packages.txt @@ -1,6 +1,5 @@ -bob/bob.buildout -bob/bob.extension bob/bob.devtools +bob/bob.extension bob/bob.blitz bob/bob.core bob/bob.io.base @@ -23,16 +22,17 @@ bob/bob.db.mnist bob/bob.db.atnt bob/bob.ip.facedetect bob/gridtk -bob/bob.ip.qualitymeasure bob/bob.pipelines +bob/bob.learn.tensorflow bob/bob.bio.base bob/bob.bio.gmm bob/bob.bio.face bob/bob.bio.video bob/bob.bio.vein +bob/bob.ip.qualitymeasure bob/bob.pad.base bob/bob.pad.face bob/bob.fusion.base -bob/bob.learn.tensorflow -bob/bob.learn.pytorch # [linux] -bob/bob.ip.binseg # [linux] +bob/bob.ip.binseg +bob/bob.io.stream +bob/bob.ip.stereo -- GitLab