NeuroTechX / EEG-ExPy

EEG Experiments in Python
https://neurotechx.github.io/EEG-ExPy/
BSD 3-Clause "New" or "Revised" License
435 stars 124 forks source link

fixed requirements.txt so 'pip install -e .' would work on windows. #229

Closed pellet closed 1 year ago

pellet commented 1 year ago

I had to upgrade this due to psychopy depending on it, this error was being thrown when doing a pip install -e .:

The conflict is caused by:
    eeg-notebooks 0.2 depends on pyglet==1.4.10; platform_system == "Windows"
    psychopy 2023.1.0 depends on pyglet==1.4.11