From 18b55137440e5a4ca827a5ec98503898c418a7cc Mon Sep 17 00:00:00 2001 From: Xuehai Pan Date: Thu, 9 Nov 2023 01:03:39 +0800 Subject: [PATCH] deps: remove `pandoc` --- conda-recipe.yaml | 1 - docs/conda-recipe.yaml | 1 - docs/requirements.txt | 1 - 3 files changed, 3 deletions(-) diff --git a/conda-recipe.yaml b/conda-recipe.yaml index 997f11c5..12b3a6d0 100644 --- a/conda-recipe.yaml +++ b/conda-recipe.yaml @@ -77,7 +77,6 @@ dependencies: - hunspell-en - myst-nb - ipykernel - - pandoc - docutils # Testing diff --git a/docs/conda-recipe.yaml b/docs/conda-recipe.yaml index 9a14af3f..30ec372e 100644 --- a/docs/conda-recipe.yaml +++ b/docs/conda-recipe.yaml @@ -67,5 +67,4 @@ dependencies: - hunspell-en - myst-nb - ipykernel - - pandoc - docutils diff --git a/docs/requirements.txt b/docs/requirements.txt index 8998bc5e..7a977c1b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -16,6 +16,5 @@ sphinx-rtd-theme sphinxcontrib-katex IPython ipykernel -pandoc docutils matplotlib