Skip to content

Commit

Permalink
Merge pull request #185 from DerThorsten/labranchor_fixes
Browse files Browse the repository at this point in the history
added pip as dependency
  • Loading branch information
DerThorsten authored Jul 2, 2019
2 parents fa2f409 + a1de1ea commit ec8c398
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion labranchor/dataloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ args:
defined_as: dataloader.py::BranchPointDataset
dependencies:
conda:
- python==3.6
- python
pip:
- pysam
- numpy
Expand Down
2 changes: 2 additions & 0 deletions labranchor/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ args:
image_dim_ordering: tf
default_dataloader: .
dependencies:
conda:
- pip
pip:
- tensorflow>=1.0.0
- keras>=2.0.4
Expand Down

0 comments on commit ec8c398

Please sign in to comment.