From 19b37b0c8678fcadc9cf94c1bf4cf2d52c6d034d Mon Sep 17 00:00:00 2001 From: mmcky Date: Wed, 7 Apr 2021 14:06:50 +1000 Subject: [PATCH] remove specific anaconda version causing build errors for binder --- environment.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/environment.yml b/environment.yml index f4f8018d..94be4d60 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - default dependencies: - python=3.8 - - anaconda=2020.11 + - anaconda - pip - pip: - jupyter-book @@ -11,7 +11,5 @@ dependencies: - sphinx-multitoc-numbering - quantecon-book-theme - sphinx-exercise - - joblib - - interpolation - - git+https://github.com/quantecon/sphinx-tojupyter + - sphinx-tojupyter