Skip to content

Commit

Permalink
Fixing python mismatches between model and dataloader yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
haimasree committed Apr 1, 2021
1 parent c0eb028 commit 92428dd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DeepCpG_DNA/Hou2016_HCC_dna/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ args:
default_dataloader: .
dependencies:
conda:
- python=3.6.12
- python=3.5
- h5py=2.10.0
- pip=20.2.4
pip:
Expand Down
2 changes: 1 addition & 1 deletion DeepCpG_DNA/Hou2016_HepG2_dna/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ args:
default_dataloader: .
dependencies:
conda:
- python=3.6.12
- python=3.5
- h5py=2.10.0
- pip=20.2.4
pip:
Expand Down
2 changes: 1 addition & 1 deletion DeepCpG_DNA/Hou2016_mESC_dna/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ args:
default_dataloader: .
dependencies:
conda:
- python=3.6.12
- python=3.5
- h5py=2.10.0
- pip=20.2.4
pip:
Expand Down
2 changes: 1 addition & 1 deletion DeepCpG_DNA/Smallwood2014_2i_dna/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ args:
default_dataloader: .
dependencies:
conda:
- python=3.6.12
- python=3.5
- h5py=2.10.0
- pip=20.2.4
pip:
Expand Down
2 changes: 1 addition & 1 deletion DeepCpG_DNA/Smallwood2014_serum_dna/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ args:
default_dataloader: .
dependencies:
conda:
- python=3.6.12
- python=3.5
- h5py=2.10.0
- pip=20.2.4
pip:
Expand Down

0 comments on commit 92428dd

Please sign in to comment.