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
84
85
86
  1. attrs==19.3.0
  2. backcall==0.1.0
  3. beautifulsoup4==4.9.0
  4. bleach==3.3.0
  5. boto3==1.14.33
  6. botocore==1.17.33
  7. certifi==2020.4.5.1
  8. cffi==1.14.0
  9. chardet==3.0.4
  10. cryptography==3.3.2
  11. cycler==0.10.0
  12. decorator==4.4.2
  13. defusedxml==0.6.0
  14. docutils==0.15.2
  15. entrypoints==0.3
  16. et-xmlfile==1.0.1
  17. google-api-python-client==1.12.8
  18. google-auth-httplib2==0.0.4
  19. google-auth-oauthlib==0.4.1
  20. idna==2.9
  21. ipykernel==5.2.1
  22. ipython==7.14.0
  23. ipython-genutils==0.2.0
  24. ipywidgets==7.5.1
  25. jdcal==1.4.1
  26. jedi==0.17.0
  27. jeepney==0.4.3
  28. Jinja2==2.11.2
  29. jmespath==0.10.0
  30. json5==0.9.4
  31. jsonschema==3.2.0
  32. jupyter-client==6.1.3
  33. jupyter-core==4.6.3
  34. jupyterlab==2.1.2
  35. jupyterlab-server==1.1.3
  36. keyring==21.2.1
  37. kiwisolver==1.2.0
  38. lerc==0.1.0
  39. MarkupSafe==1.1.1
  40. matplotlib==3.2.1
  41. mistune==0.8.4
  42. nbconvert==5.6.1
  43. nbformat==5.0.6
  44. notebook==6.1.5
  45. ntlm-auth==1.4.0
  46. numpy==1.18.2
  47. oauthlib==3.1.0
  48. openpyxl==3.0.3
  49. packaging==20.3
  50. pandas==1.0.3
  51. pandocfilters==1.4.2
  52. parso==0.7.0
  53. pexpect==4.8.0
  54. pickleshare==0.7.5
  55. prometheus-client==0.7.1
  56. prompt-toolkit==3.0.5
  57. ptyprocess==0.6.0
  58. pycparser==2.20
  59. Pygments==2.6.1
  60. pyparsing==2.4.7
  61. pyrsistent==0.16.0
  62. pyshp==2.1.0
  63. PySocks==1.7.1
  64. python-dateutil==2.8.1
  65. pytz==2019.3
  66. pyzmq==19.0.1
  67. requests==2.23.0
  68. requests-ntlm==1.1.0
  69. requests-oauthlib==1.3.0
  70. requests-toolbelt==0.9.1
  71. s3transfer==0.3.3
  72. SecretStorage==3.1.2
  73. Send2Trash==1.5.0
  74. six==1.14.0
  75. soupsieve==2.0
  76. terminado==0.8.3
  77. testpath==0.4.4
  78. tornado==6.0.4
  79. traitlets==4.3.3
  80. tweepy==3.9.0
  81. Unidecode==1.1.1
  82. urllib3==1.25.8
  83. wcwidth==0.1.9
  84. webencodings==0.5.1
  85. widgetsnbextension==3.5.1
  86. xlrd==1.2.0
Tip!

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

Comments

Loading...