Skip to content

Commit

Permalink
Merge pull request #309 from kipoi/fix-ci
Browse files Browse the repository at this point in the history
Fixed ci
  • Loading branch information
haimasree authored Apr 21, 2022
2 parents ffe0e6c + 2d848e2 commit f9f487c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion shared/envs/kipoi-py3-keras1.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- pysam
- python=3.6
- h5py
- genomelake==0.1.4
- genomelake=0.1.4
- numpy
- pandas
- cython
Expand All @@ -26,3 +26,4 @@ dependencies:
- deepcpg==1.0.4
# other
- ipykernel
- typing-extensions==4.1.1
5 changes: 3 additions & 2 deletions shared/envs/kipoi-py3-keras2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- bedtools
- pybedtools
- pysam
- genomelake==0.1.4
- genomelake=0.1.4
- cython
- h5py
- pytorch-cpu>=0.2.0
Expand All @@ -23,7 +23,7 @@ dependencies:
- ls-gkm=0.0.1
- pybigwig
- gtfparse>=1.0.7
- scikit-learn==0.18.1
- scikit-learn=0.18.1
- pip:
- kipoi_veff
- kipoi_interpret
Expand All @@ -44,3 +44,4 @@ dependencies:
- concise>=0.6.6
# other
- ipykernel
- typing-extensions==4.1.1

0 comments on commit f9f487c

Please sign in to comment.