Tedana conda enviroment yml

Since one did not exist, or I certainly couldn’t find one. Here is a tedana conda environment yml.

name: tedana_nox
dependencies:
  - python>=3.8
  - pip
  - mdp
  - numpy
  - scikit-learn
  - scipy
  - pip:
    - mapca
    - nilearn
    - nibabel
    - tedana

Thanks @rcwelsh62! You might consider opening a PR on the github repo: GitHub - ME-ICA/tedana: TE-dependent analysis of multi-echo fMRI

Best,
Steven

I didn’t modify the distribution though, but more than happy to just open it up as an issue.

Sure, a very small change, but just adding the yml to the github repo and updating the README to document that for installation instructions could be valuable.

All of that info should be available in the pyproject.toml file though, right? I would prefer not to duplicate lists of dependencies unless absolutely necessary, given that drift/mismatch can occur over time.

EDIT: I’ll follow up in the issue instead

1 Like