xiaoyeye / CNNC

covolutional neural network based coexpression analysis
MIT License
73 stars 23 forks source link

Conda environment #17

Closed WhalleyT closed 3 years ago

WhalleyT commented 3 years ago

Hi, seeing as you recommend using conda to manage the environment would it be possible to share your environment.yml file or the output from conda list as I am having some trouble finding the right combination of packages.

Thanks

WhalleyT commented 3 years ago

Apologies, literally the first attempt after posting this worked, despite lots of failed attempts before!

my environment.yml is below in case anyone else has similar problems:

name: cnnc
channels:
  - conda-forge
  - bioconda
dependencies:
  - python=3.7
  - tensorflow=2.1.0
  - keras
  - pandas
  - numpy
  - scikit-learn
  - matplotlib
  - h5py=2.10
xiaoyeye commented 3 years ago

Thanks.