From 9a91c4310dcdf178b1157eb73eaff8b4016eecc0 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Wed, 28 Apr 2021 14:45:40 -0400 Subject: [PATCH] Make environment.yml consistent with requirements.txt --- ci/environment.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ci/environment.yml b/ci/environment.yml index 1e6ca0451..cd8bc2f0d 100644 --- a/ci/environment.yml +++ b/ci/environment.yml @@ -3,10 +3,8 @@ channels: - conda-forge dependencies: - myst-nb==0.10.1 + - sphinx-book-theme - sphinx-panels - - pydata-sphinx-theme - - jupyterlab - - sphinx-autobuild - matplotlib - - sphinx-book-theme - pandas + - pyyaml