Revision 76657cfbe9c36d509f270a046c00b2b601077732 authored by Alex Pan on 18 February 2021, 19:01:29 UTC, committed by GitHub on 18 February 2021, 19:01:29 UTC
1 parent d6f4fde
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