Skip to content

Commit

Permalink
add an upper bound for scikit-lean version in ami_environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ntraut committed Jan 20, 2021
1 parent 3837d04 commit a727132
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ami_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- pandas>=0.21
- jupyter
- matplotlib
- scikit-learn>=0.19
- scikit-learn>=0.19,<=0.21
- seaborn
- nilearn
- keras
Expand All @@ -22,7 +22,8 @@ dependencies:
- joblib
- networkx
- tslearn
- pip
- pip:
- https://api.github.com/repos/paris-saclay-cds/ramp-workflow/zipball/master
- https://api.github.com/repos/paris-saclay-cds/ramp-workflow/zipball/0.2.1
- https://api.github.com/repos/parisots/gcn/zipball/master
- slidingwindow
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ dependencies:
- seaborn
- nilearn
- cloudpickle
- pip
- pip:
- https://api.github.com/repos/paris-saclay-cds/ramp-workflow/zipball/0.2.1

0 comments on commit a727132

Please sign in to comment.