Skip to content

Commit

Permalink
Merge pull request #184 from DerThorsten/deep_target_fixes
Browse files Browse the repository at this point in the history
deepTarget changed pinning of dependencies
  • Loading branch information
DerThorsten authored Jul 2, 2019
2 parents cd6759e + 589565f commit fa2f409
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions deepTarget/dataloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ dependencies:
conda:
- biopython>=1.66
- scikit-learn>=0.18.2
- theano==0.8.2
- numpy==1.12.0
- pandas<=0.23
- theano
- numpy<=1.12.0
pip:
- keras==0.3.3
info:
Expand Down
6 changes: 4 additions & 2 deletions deepTarget/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ args:
defined_as: model.Model
dependencies:
conda:
- theano==0.8.2
- numpy==1.12.0
- python
- theano
- numpy<=1.12.0
- pip
pip:
- keras==0.3.3
info:
Expand Down

0 comments on commit fa2f409

Please sign in to comment.