NeuroTechX / EEG-ExPy

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

build: moved to pyproject.toml/poetry #190

Closed ErikBjare closed 3 months ago

ErikBjare commented 2 years ago

I have no idea how, but I managed to close the previous PR with a force push somehow (https://github.com/NeuroTechX/eeg-notebooks/pull/22)... So here we go again.

JohnGriffiths commented 2 years ago

Note 1: New poetry release will have formal notion of dependency groups, consider using this in eegnb for separating a) streaming, b) stim pres, c) analysis ?

Note 2: Ore desperately wants to have this working for new Macs specifically. Use OS specific options here with that?

ErikBjare commented 2 years ago

I have a Macbook Air M2 to test on now too, so giving this another shot. Hoping it will also fix CI.

ErikBjare commented 2 years ago

Good news! Looks like wxPython finally pushed wheels to PyPI: https://pypi.org/project/wxPython/4.2.0/#files

JohnGriffiths commented 3 months ago

closing this as the pip/build scenario has moved on a bit.

we can and maybe should revisit the poetry question again in the future however.