From 20561f01990d864ccc90349f9316233c1a1185b4 Mon Sep 17 00:00:00 2001 From: Eduardo Blancas Reyes Date: Fri, 15 Oct 2021 15:25:10 -0400 Subject: [PATCH] removes pinned pygments dependency --- doc/environment.yml | 6 ------ doc/requirements.txt | 1 - 2 files changed, 7 deletions(-) diff --git a/doc/environment.yml b/doc/environment.yml index 2a30c30e5..e7b2546e8 100644 --- a/doc/environment.yml +++ b/doc/environment.yml @@ -15,12 +15,6 @@ dependencies: - scikit-learn - seaborn - psycopg2 - # for some reason, read the docs command to install the package fails due to - # a version mismatch (it uses the setup.py file directly instead of pip), - # adding this to fix it - we are now using the readthedocs.yaml for config - # (as opposed to the website) which lets us install using pip- - # this might no longer be necessary - - Pygments==2.5.2 - mistune<2 # for converting notebooks diff --git a/doc/requirements.txt b/doc/requirements.txt index 09b4660b0..ed025be2e 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -3,7 +3,6 @@ joblib scikit-learn seaborn psycopg2 -Pygments==2.5.2 mistune<2 # for converting notebooks nbsphinx