From 03e7d6ac363ea10e9afa2ab7377503782fd58da7 Mon Sep 17 00:00:00 2001 From: Christopher Schwan Date: Wed, 14 Aug 2024 16:20:18 +0200 Subject: [PATCH] Remove unneeded dependency --- pineappl_py/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pineappl_py/pyproject.toml b/pineappl_py/pyproject.toml index cb088610..7c861e62 100644 --- a/pineappl_py/pyproject.toml +++ b/pineappl_py/pyproject.toml @@ -28,7 +28,6 @@ cli = ["pineappl-cli"] docs = [ "sphinx>=6.2.1", "sphinx_rtd_theme>=1.2.2", - "sphinxcontrib-bibtex>=2.5.0", "nbsphinx>=0.9.2", ] test = ["pytest", "pytest-cov"]