Skip to content

Commit

Permalink
Merge pull request #99 from LoryPack/master
Browse files Browse the repository at this point in the history
Fix binder
  • Loading branch information
statrita2004 committed Oct 7, 2021
2 parents 48c4715 + 241efcb commit 0854df6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ scientists by providing
# Documentation
For more information, check out the

* [Youtube video](https://www.youtube.com/watch?v=cf2uNo0UEBs) presenting the library
* [Documentation](http://abcpy.readthedocs.io/en/v0.6.3)
* [Examples](https://github.com/eth-cscs/abcpy/tree/v0.6.3/examples) directory and
* [Reference](http://abcpy.readthedocs.io/en/v0.6.3/abcpy.html)
Expand Down
12 changes: 11 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- numpy
- scipy
- scikit-learn>=0.23.1
- glmnet>=2.2.1
- openmpi
- mpi4py
- numpy
- cloudpickle
- matplotlib
- tqdm
- pot
- pip
- pip:
- abcpy

0 comments on commit 0854df6

Please sign in to comment.