Revision 4f0c216b14259971bb422231c782cedafc5d0391 authored by Guido on 12 January 2021, 14:48:21 UTC, committed by Guido on 12 January 2021, 14:48:21 UTC
2 parent s 5b3ef09 + e6bec5e
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