Revision 82bf6bcfb7b0868922bbe8c5bec8ef25ec6b39ad authored by Anne Urai on 05 September 2020, 16:52:26 UTC, committed by Anne Urai on 05 September 2020, 16:52:26 UTC
1 parent 373ae2d
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