Skip to content

Commit

Permalink
Merge pull request #182 from DerThorsten/fixes
Browse files Browse the repository at this point in the history
using py36
  • Loading branch information
DerThorsten authored Jun 13, 2019
2 parents d94ea16 + 1f1e334 commit 784c0b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CpGenie/merged/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ def read_txt(file_path):
class MergedModel(BaseModel):

def __init__(self):

from keras import backend as K
K.clear_session()

self.model_names = read_txt("models.txt")
# hard-code the path to this models
# if we'd use `source='dir'`, then the models wouldn't
Expand Down
2 changes: 1 addition & 1 deletion CpGenie/merged/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ default_dataloader:
dummy_axis: 1
dependencies:
conda:
- python=3.5
- python=3.6
- h5py
- tensorflow>=1.10.0
- keras==1.2.2
Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ test:

dependencies:
pip:
kipoi>=0.6.9
kipoi>=0.6.16

0 comments on commit 784c0b4

Please sign in to comment.