Skip to content

Commit

Permalink
Merge pull request omerwe#98 from jdblischak/update-conda-env
Browse files Browse the repository at this point in the history
Update conda environment for Python 3.8
  • Loading branch information
omerwe authored Mar 25, 2022
2 parents 782abd0 + db5f9bb commit 9efb110
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions polyfun.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: polyfun
channels:
- conda-forge
- defaults
- nodefaults
dependencies:
- tqdm
- r-wavethresh
- pyarrow
- python=3.6
- pyarrow>=3.0
- python=3.8
- scikit-learn
- r-lattice
- r-ckmeans.1d.dp
Expand All @@ -19,12 +19,11 @@ dependencies:
- rpy2
- scipy
- r-devtools
- numpy
- numpy>=1.20
- pandas
- r-expm
- pandas-plink
- pip
- r-susier
- pip:
- bgen==1.2.10

0 comments on commit 9efb110

Please sign in to comment.