Skip to content
Snippets Groups Projects
Commit f2f63204 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

remove deprecated packages [skip ci]

parent d95bd492
Branches
Tags
No related merge requests found
Pipeline #60623 failed
......@@ -23,15 +23,9 @@ requirements:
- bob.io.base
- bob.math
- bob.measure
- bob.io.image
- bob.db.base
- bob.sp
- bob.ap
- bob.ip.base
- bob.ip.color
- bob.ip.gabor
- bob.learn.em
- bob.db.atnt
- gridtk
- bob.pipelines
- bob.bio.base
......
......@@ -40,18 +40,12 @@ Index of all packages
bob.bio.video <bob/bob.bio.video/doc/index.rst>
bob.blitz <bob/bob.blitz/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>
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.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.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.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.em <bob/bob.learn.em/doc/index.rst>
......
......@@ -27,13 +27,13 @@ Bob package. Bob does not work on Windows.
$ conda config --set show_channel_urls True
#. Create an environment with the specific Bob packages that you need. For
example if you want to install ``bob.io.image`` and ``bob.bio.face``:
example if you want to install ``bob.io.base`` and ``bob.bio.face``:
.. code:: sh
$ mamba create --name bob_env1 --override-channels \
-c https://www.idiap.ch/software/bob/conda -c conda-forge \
python=3 bob.io.image bob.bio.face
python=3 bob.io.base bob.bio.face
#. Then activate the environment and configure its channels to make sure the
channel list is correct in the future as well:
......
......@@ -18,8 +18,7 @@ Basic Functionality (deprecated)
Data Input and Output
---------------------
* (deprecated) :ref:`bob.io.base`
* (deprecated) :ref:`bob.io.image`
* :ref:`bob.io.base`
* :ref:`bob.io.stream`
Signal, Audio, Image and Video Processing
......@@ -27,10 +26,6 @@ Signal, Audio, Image and Video Processing
* (deprecated) :ref:`bob.sp`
* (deprecated) :ref:`bob.ap`
* (deprecated) :ref:`bob.ip.base`
* (deprecated) :ref:`bob.ip.color`
* (deprecated) :ref:`bob.ip.gabor`
* (deprecated) :ref:`bob.ip.qualitymeasure`
* :ref:`bob.ip.binseg`
* :ref:`bob.ip.stereo`
......@@ -75,17 +70,6 @@ Presentation Attack Detection (anti-spoofing)
Database Interfaces
-------------------
Base Database Packages
^^^^^^^^^^^^^^^^^^^^^^
* (deprecated) :ref:`bob.db.base`
* :ref:`bob.pipelines`
* :ref:`bob.bio.base`
* :ref:`bob.pad.base`
Interfaces
^^^^^^^^^^
* (deprecated) :ref:`bob.db.atnt`
......@@ -15,18 +15,12 @@ README of all Packages
bob.bio.video <bob/bob.bio.video/README.rst>
bob.blitz <bob/bob.blitz/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>
bob.devtools <bob/bob.devtools/README.rst>
bob.extension <bob/bob.extension/README.rst>
bob.fusion.base <bob/bob.fusion.base/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.ip.base <bob/bob.ip.base/README.rst>
bob.ip.binseg <bob/bob.ip.binseg/README.rst>
bob.ip.color <bob/bob.ip.color/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.learn.em <bob/bob.learn.em/README.rst>
......
......@@ -5,15 +5,9 @@ bob/bob.core
bob/bob.io.base
bob/bob.math
bob/bob.measure
bob/bob.io.image
bob/bob.db.base
bob/bob.sp
bob/bob.ap
bob/bob.ip.base
bob/bob.ip.color
bob/bob.ip.gabor
bob/bob.learn.em
bob/bob.db.atnt
bob/gridtk
bob/bob.pipelines
bob/bob.bio.base
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment