From da268484d72046c8a6a94c56b190ade45437628f Mon Sep 17 00:00:00 2001
From: Andre Mayoraz <andre.mayoraz@idiap.ch>
Date: Wed, 19 Oct 2022 18:00:01 +0200
Subject: [PATCH] Removed old dependencies

---
 MANIFEST.in    | 2 +-
 pyproject.toml | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index ce4d10e..e008f08 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,3 @@
-include LICENSE README.rst develop.cfg
+include LICENSE README.rst
 recursive-include doc conf.py *.rst
 recursive-include src/bob/learn/em/data *.*
diff --git a/pyproject.toml b/pyproject.toml
index 8f556f8..0b003e8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -48,7 +48,6 @@
         "sphinx-autodoc-typehints",
         "sphinxcontrib-programoutput",
         "matplotlib",
-        "furo",
         ]
     test = [
         "pytest",
-- 
GitLab