Skip to content

Commit

Permalink
explicit pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Jul 29, 2019
1 parent 1e6b9e0 commit c36277f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion MMSplice/deltaLogitPSI/dataloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies:
- python=3.5
pip:
- kipoi
- mmsplice>=0.2.7
- mmsplice==0.2.7
output_schema:
inputs:
shape: (5, )
Expand Down
2 changes: 1 addition & 1 deletion MMSplice/modularPredictions/dataloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies:
- python=3.5
pip:
- kipoi
- mmsplice>=0.2.7
- mmsplice==0.2.7
output_schema:
inputs:
shape: (10, )
Expand Down
2 changes: 1 addition & 1 deletion MMSplice/modularPredictions/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- numpy
pip:
- scikit-learn
- mmsplice>=0.2.7
- mmsplice==0.2.7
schema:
inputs:
shape: (10, )
Expand Down
2 changes: 1 addition & 1 deletion MMSplice/pathogenicity/dataloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies:
- python=3.5
pip:
- kipoi
- mmsplice>=0.2.7
- mmsplice==0.2.7
output_schema:
inputs:
shape: (10, )
Expand Down
2 changes: 1 addition & 1 deletion MMSplice/pathogenicity/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- numpy
pip:
- scikit-learn
- mmsplice>=0.2.7
- mmsplice==0.2.7
schema:
inputs:
shape: (10, )
Expand Down
2 changes: 1 addition & 1 deletion MMSplice/splicingEfficiency/dataloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies:
- python=3.5
pip:
- kipoi
- mmsplice>=0.2.7
- mmsplice==0.2.7
output_schema:
inputs:
shape: (10, )
Expand Down
2 changes: 1 addition & 1 deletion MMSplice/splicingEfficiency/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- numpy
pip:
- scikit-learn
- mmsplice>=0.2.7
- mmsplice==0.2.7
schema:
inputs:
shape: (10, )
Expand Down

0 comments on commit c36277f

Please sign in to comment.