Skip to content

Commit

Permalink
add conda environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Jun 18, 2022
1 parent 5f56ef3 commit b4d9c9a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: narps_open_pipelines
channels:
- conda-forge
- defaults
dependencies:
- python=3.8.0
- pip
- traits
- jupyter
- nilearn
- graphviz
- nipype
- scikit-image
- pip:
- matplotlib

0 comments on commit b4d9c9a

Please sign in to comment.