# Extra dependency for the eval worker (scripts/run_eval_worker.py). # The worker runs OUTSIDE the Space, on ANY machine (CPU is fine; GPU optional). # Install it on top of the backend deps (the worker imports app.config.* / app.services.*): # # cd backend && pip install -e . -r scripts/worker-requirements.txt # # or: poetry install && pip install -r scripts/worker-requirements.txt # # open-eeg-bench pulls torch + braindecode transitively. open-eeg-bench>=0.6.0