environment.yml 426 B

1234567891011121314151617181920212223242526272829303132333435
  1. name: sp
  2. channels:
  3. - defaults
  4. - conda-forge
  5. dependencies:
  6. - python=3.8
  7. - pip
  8. - tqdm
  9. - ipython
  10. - jupyter
  11. - jupyter_contrib_nbextensions
  12. - nbconvert<6.0
  13. - mkl
  14. - numpy<1.21
  15. - numba
  16. - scipy<1.7
  17. - matplotlib
  18. - pandas<1.3
  19. - scikit-learn
  20. - seaborn
  21. - statsmodels<0.13
  22. - nbdime
  23. - flake8
  24. - flake8-docstrings
  25. - black
  26. - isort
  27. - git-annex
  28. - r-base
  29. - r-afex
  30. - pip:
  31. - rpy2<3.5
  32. - datalad
  33. - pingouin<0.3.13
  34. - mne<0.23
  35. - mne_bids<0.8