Skip to content

Commit

Permalink
Merge pull request #180 from DerThorsten/p36
Browse files Browse the repository at this point in the history
pinned python to 3.6
  • Loading branch information
DerThorsten authored Jun 3, 2019
2 parents bc16dbb + bad6644 commit d94ea16
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AttentiveChrome/dataloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ args:
optional: true
dependencies:
conda: # install via conda
- python>=3.5
- python==3.6.3
- pytorch::pytorch-cpu
- numpy
info: # General information about the dataloader
Expand Down
2 changes: 1 addition & 1 deletion AttentiveChrome/model-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ info: # General information about the model
license: MIT
dependencies:
conda: # install via conda
- python>=3.5
- python==3.6.3
- numpy
- pytorch::pytorch-cpu
- pytorch::torchvision-cpu
Expand Down
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.5,<3.7
- python==3.6
pip:
- pysam
- numpy
Expand Down
2 changes: 1 addition & 1 deletion rbp_eclip/dataloader-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies:
- bioconda::genomelake
- bioconda::pybigwig
- bioconda::gtfparse>=1.0.7
- python>=3.5
- python==3.6
- cython
- scikit-learn==0.18.1
- pandas
Expand Down

0 comments on commit d94ea16

Please sign in to comment.