NomisCiri / eeg_manypipes_arc

This project contains all code to reproduce the Analyses of the EEG manypipes project
MIT License
1 stars 1 forks source link

What do we need #1

Closed NomisCiri closed 2 years ago

NomisCiri commented 2 years ago

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

sappelhoff commented 2 years ago

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