OpenEEGBench / backend /scripts /worker-requirements.txt
bruAristimunha's picture
feat: run the eval worker inside the Space (CPU, isolated venv)
c54d8a2
Raw
History Blame Contribute Delete
470 Bytes
# 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