Skip to content

Commit

Permalink
Merge pull request #340 from kipoi/sharedenvupdate
Browse files Browse the repository at this point in the history
Shared env update (moving tensorflow, keras) to conda from pip where ever possible
  • Loading branch information
haimasree authored Jun 17, 2022
2 parents 1d8efb9 + 9cb8e63 commit 346c44a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 30 deletions.
6 changes: 2 additions & 4 deletions shared/envs/kipoi-py3-keras1.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,16 @@ dependencies:
- pysam=0.15.3
- python=3.7
- genomelake==0.1.4
- numpy
- pandas
- cython=0.29.28
- pip=21.3.1
- tensorflow=1.14
- pip:
- keras==1.2.2 # keras 1.2.2 is not available with python 3.7 in conda-forge
- pyvcf==0.4.3
- kipoi_veff
- kipoi_interpret
- kipoi
- kipoiseq
- tensorflow==1.15
- keras==1.2.2
- deepcpg==1.0.4
- h5py==3.6.0
- protobuf==3.20
9 changes: 2 additions & 7 deletions shared/envs/kipoi-py3-keras2-tf1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,20 @@ dependencies:
- pybedtools=0.8.1
- pysam=0.15.3
- joblib=1.1.0
- tensorflow=1.14
- pip:
- keras==2.1.6 # Only FactorNet can not work with keras 2.2.4 wich is the least available option in conda-forge with python=3.7. Keeping keras in pip.
- scikit-learn==0.19.2
- gtfparse>=1.0.7
- pyvcf==0.4.3
- kipoi_veff
- kipoi_interpret
- kipoi
- kipoiseq
- tensorflow==1.15
- keras==2.1.6
- gffutils==0.10.1
- pyfaidx==0.6.4
# - scikit-learn
- intervaltree==2.1.0
# - sklearn-pandas
- tqdm==4.64.0
# - mmsplice
- numpy
- concise>=0.6.6
# other
- ipykernel==6.13.0
- protobuf==3.20
22 changes: 3 additions & 19 deletions shared/envs/kipoi-py3-keras2-tf2.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: kipoi-py3-keras2-tf2
channels:
- pytorch
- bioconda
- conda-forge
- defaults
Expand All @@ -22,23 +21,8 @@ dependencies:
- pysam=0.17
- joblib=1.1.0
- scikit-learn=1.0.2
- tensorflow
- keras
- pip:
- gtfparse>=1.0.7
- pyvcf==0.4.3
- kipoi_veff
- kipoi_interpret
- kipoi
- kipoiseq
- tensorflow
- keras
- gffutils==0.10.1
- pyfaidx==0.6.4
# - scikit-learn
- intervaltree==2.1.0
# - sklearn-pandas
- tqdm==4.64.0
# - mmsplice
- concise>=0.6.6
# other
- ipykernel==6.13.0
- protobuf==3.20
- kipoiseq

0 comments on commit 346c44a

Please sign in to comment.