Skip to content

Commit

Permalink
Merge pull request #282 from kipoi/fix-ci
Browse files Browse the repository at this point in the history
Fixed ci
  • Loading branch information
haimasree committed Nov 22, 2021
2 parents 01b08bf + 3e1faa2 commit 6c76768
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion SeqVec/embedding/dataloader.yaml
Expand Up @@ -24,7 +24,7 @@ info:
dependencies:
conda:
- python=3.6
- conda-forge::allennlp
- conda-forge::allennlp=0.7.2
# pip:
# - allennlp

Expand Down
5 changes: 1 addition & 4 deletions SeqVec/embedding/model.yaml
Expand Up @@ -26,11 +26,8 @@ dependencies:
- python=3.6
- conda-forge::allennlp=0.7.2
- pip=9.0.3
pip:
- scikit-learn==0.22.2.post1
# - allennlp
# pip: # install via pip
# - allennlp
- overrides=3.1.0

schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
Expand Down
3 changes: 1 addition & 2 deletions SeqVec/structure/model.yaml
Expand Up @@ -20,9 +20,8 @@ dependencies:
- python=3.6
- conda-forge::allennlp=0.7.2
- pip=9.0.3
pip:
- scikit-learn==0.22.2.post1

- overrides=3.1.0
schema: # Model schema. The schema defintion is essential for kipoi plug-ins to work.
inputs: # input = single numpy array
shape: (1,) # array shape of a single sample (omitting the batch dimension)
Expand Down

0 comments on commit 6c76768

Please sign in to comment.