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.7 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. certifi==2020.12.5
  7. cffi==1.14.5
  8. click==7.1.2
  9. colorama==0.4.4
  10. cycler==0.10.0
  11. decorator==4.4.2
  12. defusedxml==0.6.0
  13. entrypoints==0.3
  14. Flask==1.1.2
  15. Flask-Cors==3.0.10
  16. gunicorn==20.0.4
  17. imbalanced-learn==0.8.0
  18. imblearn==0.0
  19. importlib-metadata==3.4.0
  20. ipykernel==5.5.0
  21. ipython==7.16.1
  22. ipython-genutils==0.2.0
  23. ipywidgets==7.6.3
  24. itsdangerous==1.1.0
  25. jedi==0.18.0
  26. Jinja2==2.11.3
  27. joblib==1.0.1
  28. jsonschema==3.2.0
  29. jupyter==1.0.0
  30. jupyter-client==6.1.11
  31. jupyter-console==6.2.0
  32. jupyter-core==4.7.1
  33. jupyterlab-pygments==0.1.2
  34. jupyterlab-widgets==1.0.0
  35. kiwisolver==1.3.1
  36. MarkupSafe==1.1.1
  37. matplotlib==3.3.4
  38. mistune==0.8.4
  39. nbclient==0.5.2
  40. nbconvert==6.0.7
  41. nbformat==5.1.2
  42. nest-asyncio==1.5.1
  43. notebook==6.2.0
  44. numpy==1.19.5
  45. packaging==20.9
  46. pandas @ file:///D:/bld/pandas_1607423921518/work
  47. pandocfilters==1.4.3
  48. parso==0.8.1
  49. pickleshare==0.7.5
  50. Pillow==8.1.0
  51. plotly==4.14.3
  52. prometheus-client==0.9.0
  53. prompt-toolkit==3.0.16
  54. pycparser==2.20
  55. Pygments==2.8.0
  56. pyparsing==2.4.7
  57. pyrsistent==0.17.3
  58. python-dateutil==2.8.1
  59. pytz @ file:///home/conda/feedstock_root/build_artifacts/pytz_1612179539967/work
  60. pywin32==300
  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 @ file:///home/conda/feedstock_root/build_artifacts/six_1590081179328/work
  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...