Revision 22583a6977ec026a8dd683a62992ab87f7ac0556 authored by Anne Urai on 07 April 2021, 05:53:12 UTC, committed by Anne Urai on 07 April 2021, 05:53:12 UTC
1 parent 2e61e1d
Raw File
dj_env.yml
name: dj_env
channels:
  - defaults
  - conda-forge
  - conda-canary
dependencies:
 - python >=3.6
 - scipy >=1.3.0
 - numpy ==1.16.4
 - matplotlib >=3.0.3
 - seaborn >=0.9.0
 - pandas >=0.24.2
 - flake8 >=3.7.8
 - requests >=2.22.0
 - jupyter >=1.0
 - jupyterlab >=1.0
 - scikit-learn
 - tensorflow
 - keras
 - plotly
 - pip >=19.0
 - pip:
   - colorlog >=4.0.2
   - dataclasses >=0.6
   - globus-sdk >=1.8.0
   - ibl-pipeline
   - datajoint
   - scikit_posthocs
   - pycircstat
   - nose
   - scikit-learn

back to top