Skip to content

Commit

Permalink
Merge pull request #246 from kipoi/fix-ci
Browse files Browse the repository at this point in the history
Fixed CI
  • Loading branch information
haimasree authored May 31, 2021
2 parents c5f4abf + 6986e75 commit 44ece4a
Show file tree
Hide file tree
Showing 32 changed files with 243 additions and 210 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8
conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8
conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8
conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8

conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,1000,4) # array shape of a single sample (omitting the batch dimension)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8
conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ info: # General information about the model
# You can also specify the license in the LICENSE file

dependencies:
conda: # install via conda
- python=2.7
- h5py
pip: # install via pip
#- keras>=2.0.4
- tensorflow>=1.8
conda: # install via conda
- python=3.6
- h5py=2.10.0
- pip=20.2.4
pip: # install via pip
- kipoiseq
- tensorflow==1.8

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
Expand Down
Loading

0 comments on commit 44ece4a

Please sign in to comment.