environment.yml 564 B

123456789101112131415161718192021222324252627
  1. name: kraken
  2. channels:
  3. - defaults
  4. dependencies:
  5. - python=3.10.11
  6. - pip
  7. - pip:
  8. - av==10.0.0
  9. - fastapi==0.104.1
  10. - func_timeout==4.3.5
  11. - mne==1.5.1
  12. - pydantic==2.4.2
  13. - pyedflib==0.1.36
  14. - pyserial==3.5
  15. - pytest==7.4.3
  16. - pyriemann==0.5
  17. - service==0.6.0
  18. - SQLAlchemy==2.0.23
  19. - starlette==0.27.0
  20. - streamlit==1.28.1
  21. - joblib==1.3.2
  22. - opencv_python~=4.8.1
  23. - numpy~=1.26
  24. - scipy~=1.11.3
  25. - scikit-learn~=1.3.2
  26. - matplotlib~=3.8.1
  27. - pyyaml~=6.0.1