NomisCiri/eeg_manypipes_arc

What do we need

Closed this issue · 1 comments

@sappelhoff i added a conda enviornment. is this all we need?

I think it can grow over time -- looks good so far, except that I would pin the packages differently. For example python=3.10 instead of python=3.10.4 ... the "patch" release do (by definition) not break any code we might write.

EDIT: what I mean: python=3.10 allows upgrading to 3.10.x, where x=5, 6, 7, ... -- whereas 3.10.4 is fix fix