Skip to content

Commit 19b37b0

Browse files
committed
remove specific anaconda version causing build errors for binder
1 parent f1f2127 commit 19b37b0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

environment.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ channels:
33
- default
44
dependencies:
55
- python=3.8
6-
- anaconda=2020.11
6+
- anaconda
77
- pip
88
- pip:
99
- jupyter-book
1010
- sphinxext-rediraffe
1111
- sphinx-multitoc-numbering
1212
- quantecon-book-theme
1313
- sphinx-exercise
14-
- joblib
15-
- interpolation
16-
- git+https://github.com/quantecon/sphinx-tojupyter
14+
- sphinx-tojupyter
1715

0 commit comments

Comments
 (0)