requirements.txt 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. asttokens==3.0.0
  2. async-timeout==5.0.1
  3. colorama==0.4.6
  4. comm==0.2.2
  5. debugpy==1.8.12
  6. decorator==5.1.1
  7. et_xmlfile==2.0.0
  8. exceptiongroup==1.2.2
  9. executing==2.2.0
  10. filelock==3.17.0
  11. greenlet==3.1.1
  12. ipykernel==6.29.5
  13. ipython==8.31.0
  14. jedi==0.19.2
  15. joblib==1.4.2
  16. jupyter_client==8.6.3
  17. jupyter_core==5.7.2
  18. matplotlib-inline==0.1.7
  19. nest-asyncio==1.6.0
  20. numpy==2.2.2
  21. openpyxl==3.1.5
  22. packaging==24.2
  23. pandas==2.2.3
  24. parso==0.8.4
  25. pexpect==4.9.0
  26. platformdirs==4.3.6
  27. prompt_toolkit==3.0.50
  28. psutil==6.1.1
  29. ptyprocess==0.7.0
  30. pure_eval==0.2.3
  31. Pygments==2.19.1
  32. PyMySQL==1.1.1
  33. python-dateutil==2.9.0.post0
  34. pytz==2024.2
  35. pywin32==308
  36. PyYAML==6.0.2
  37. pyzmq==26.2.1
  38. redis==5.2.1
  39. scikit-learn==1.6.1
  40. scipy==1.15.1
  41. six==1.17.0
  42. SQLAlchemy==2.0.37
  43. stack-data==0.6.3
  44. threadpoolctl==3.5.0
  45. tornado==6.4.2
  46. tqdm==4.67.1
  47. traitlets==5.14.3
  48. typing_extensions==4.12.2
  49. tzdata==2025.1
  50. wcwidth==0.2.13