requirements.txt 1000 B

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