Skip to content

Commit 1a5a894

Browse files
committed
Fix installation
1 parent 1ea9745 commit 1a5a894

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

environment.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
name: gwas-lecture
1+
name: gwas-lecture_mix
22
channels:
3-
- conda-forge
3+
- defaults
4+
- conda-forge/label/cf201901
45
dependencies:
5-
- python=2.7.15
6-
- limix
6+
- python=2.7
7+
- limix=1.0.18
78
- jupyter

runtime.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
r-2018-02-05
2-
python-2.7
1+
r-3.6-2019-04-12
2+
python-2.7

0 commit comments

Comments
 (0)