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

requirements.txt 1.5 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
79
80
81
82
83
  1. argon2-cffi==20.1.0
  2. async-generator==1.10
  3. attrs==20.3.0
  4. backcall==0.2.0
  5. bleach==3.3.0
  6. catboost==0.25
  7. certifi==2020.12.5
  8. cffi==1.14.5
  9. click==7.1.2
  10. colorama==0.4.4
  11. cycler==0.10.0
  12. decorator==4.4.2
  13. defusedxml==0.6.0
  14. entrypoints==0.3
  15. Flask==1.1.2
  16. Flask-Cors==3.0.10
  17. gunicorn==20.0.4
  18. imbalanced-learn==0.8.0
  19. imblearn==0.0
  20. importlib-metadata==3.4.0
  21. ipykernel==5.5.0
  22. ipython==7.16.1
  23. ipython-genutils==0.2.0
  24. ipywidgets==7.6.3
  25. itsdangerous==1.1.0
  26. jedi==0.18.0
  27. Jinja2==2.11.3
  28. joblib==1.0.1
  29. jsonschema==3.2.0
  30. jupyter==1.0.0
  31. jupyter-client==6.1.11
  32. jupyter-console==6.2.0
  33. jupyter-core==4.7.1
  34. jupyterlab-pygments==0.1.2
  35. jupyterlab-widgets==1.0.0
  36. kiwisolver==1.3.1
  37. MarkupSafe==1.1.1
  38. matplotlib==3.3.4
  39. mistune==0.8.4
  40. nbclient==0.5.2
  41. nbconvert==6.0.7
  42. nbformat==5.1.2
  43. nest-asyncio==1.5.1
  44. notebook==6.2.0
  45. numpy==1.19.5
  46. packaging==20.9
  47. pandas
  48. pandocfilters==1.4.3
  49. parso==0.8.1
  50. pickleshare==0.7.5
  51. Pillow==8.1.0
  52. plotly==4.14.3
  53. prometheus-client==0.9.0
  54. prompt-toolkit==3.0.16
  55. pycparser==2.20
  56. Pygments==2.8.0
  57. pyparsing==2.4.7
  58. pyrsistent==0.17.3
  59. python-dateutil==2.8.1
  60. pytz
  61. pywinpty==0.5.7
  62. pyzmq==22.0.3
  63. qtconsole==5.0.2
  64. QtPy==1.9.0
  65. retrying==1.3.3
  66. scikit-learn==0.24.1
  67. scipy==1.5.4
  68. seaborn==0.11.1
  69. Send2Trash==1.5.0
  70. Six
  71. terminado==0.9.2
  72. testpath==0.4.4
  73. threadpoolctl==2.1.0
  74. tornado==6.1
  75. traitlets==4.3.3
  76. typing-extensions==3.7.4.3
  77. wcwidth==0.2.5
  78. webencodings==0.5.1
  79. Werkzeug==1.0.1
  80. widgetsnbextension==3.5.1
  81. wincertstore==0.2
  82. xgboost==1.3.3
  83. zipp==3.4.0
Tip!

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

Comments

Loading...