Skip to content

Commit 3261103

Browse files
committed
Fix setup for conda
by preferring conda-forge packages over defaults.
1 parent 98ed8d1 commit 3261103

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

environment.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
name: test-binder-sage
22

33
channels:
4-
- defaults
54
- conda-forge
6-
5+
- defaults
76
dependencies:
8-
- sage=9.2
9-
# ipywidgets is a Sage dependency, but rendering fails in binder
10-
# presumably some extension activation missing.
11-
# https://discourse.jupyter.org/t/binder-and-sagemath/11059/8
12-
- ipywidgets
7+
- sage=9.6

0 commit comments

Comments
 (0)