physiopy / phys2denoise

A toolbox and collection of scripts to prepare physiology data for fMRI denoise
https://phys2denoise.readthedocs.io/
Apache License 2.0
9 stars 19 forks source link

Typo: requirements.txt #49

Closed erwinschrodinger1 closed 6 months ago

erwinschrodinger1 commented 7 months ago

I was preparing for GSOC 2024. To get idea of the codebase I was trying to run a source code and solve the issue #48. But while installing the requirements file using pip install -r .\requirements.txt I got image this issue. It is a simple typo. The space highlighted is causing the error. image

Possible solution

It can be solved by just removing that highligted space in line 2 of requirements.txt