Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

requirement.txt 1.3 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
  1. alembic==1.13.1
  2. asttokens==2.4.1
  3. blinker==1.7.0
  4. certifi==2024.2.2
  5. charset-normalizer==3.3.2
  6. click==8.1.7
  7. cloudpickle==3.0.0
  8. comm==0.2.1
  9. contourpy==1.2.0
  10. cycler==0.12.1
  11. debugpy==1.8.1
  12. decorator==5.1.1
  13. docker==7.0.0
  14. entrypoints==0.4
  15. exceptiongroup==1.2.0
  16. executing==2.0.1
  17. Flask==3.0.2
  18. fonttools==4.49.0
  19. gitdb==4.0.11
  20. GitPython==3.1.42
  21. greenlet==3.0.3
  22. gunicorn==21.2.0
  23. idna==3.6
  24. importlib-metadata==7.0.1
  25. ipykernel==6.29.2
  26. ipython==8.21.0
  27. itsdangerous==2.1.2
  28. jedi==0.19.1
  29. Jinja2==3.1.3
  30. joblib==1.3.2
  31. jupyter_client==8.6.0
  32. jupyter_core==5.7.1
  33. kiwisolver==1.4.5
  34. Mako==1.3.2
  35. Markdown==3.5.2
  36. MarkupSafe==2.1.5
  37. matplotlib==3.8.3
  38. matplotlib-inline==0.1.6
  39. mlflow==2.10.2
  40. nest-asyncio==1.6.0
  41. numpy==1.26.4
  42. packaging==23.2
  43. pandas==2.2.0
  44. parso==0.8.3
  45. pexpect==4.9.0
  46. pillow==10.2.0
  47. platformdirs==4.2.0
  48. prompt-toolkit==3.0.43
  49. protobuf==4.25.3
  50. psutil==5.9.8
  51. ptyprocess==0.7.0
  52. pure-eval==0.2.2
  53. pyarrow==15.0.0
  54. Pygments==2.17.2
  55. pyparsing==3.1.1
  56. python-dateutil==2.8.2
  57. pytz==2023.4
  58. PyYAML==6.0.1
  59. pyzmq==25.1.2
  60. querystring-parser==1.2.4
  61. requests==2.31.0
  62. scikit-learn==1.4.1.post1
  63. scipy==1.12.0
  64. seaborn==0.13.2
  65. six==1.16.0
  66. smmap==5.0.1
  67. SQLAlchemy==2.0.27
  68. sqlparse==0.4.4
  69. stack-data==0.6.3
  70. threadpoolctl==3.3.0
  71. tornado==6.4
  72. traitlets==5.14.1
  73. typing_extensions==4.9.0
  74. tzdata==2024.1
  75. urllib3==2.2.1
  76. wcwidth==0.2.13
  77. Werkzeug==3.0.1
  78. zipp==3.17.0
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...