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.8 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
  1. absl-py==0.8.0
  2. asn1crypto==0.24.0
  3. astor==0.8.0
  4. attrs==19.1.0
  5. backcall==0.1.0
  6. bleach==3.1.0
  7. boto3==1.12.1
  8. botocore==1.15.1
  9. certifi==2019.11.28
  10. cffi==1.13.2
  11. chardet==3.0.4
  12. Click==7.0
  13. cryptography==2.3
  14. cycler==0.10.0
  15. decorator==4.4.0
  16. defusedxml==0.6.0
  17. docutils==0.15.2
  18. entrypoints==0.3
  19. enum34==1.1.6
  20. fastscript==0.1.2
  21. filelock==3.0.12
  22. gast==0.2.2
  23. google-pasta==0.1.7
  24. grpcio==1.23.0
  25. h5py==2.9.0
  26. idna==2.6
  27. ipykernel==5.1.2
  28. ipython==7.7.0
  29. ipython-genutils==0.2.0
  30. ipywidgets==7.5.1
  31. jedi==0.15.1
  32. Jinja2==2.10.1
  33. jmespath==0.9.4
  34. joblib==0.14.1
  35. jsonschema==3.0.2
  36. jupyter==1.0.0
  37. jupyter-client==5.3.1
  38. jupyter-console==6.0.0
  39. jupyter-core==4.5.0
  40. jupyter-http-over-ws==0.0.6
  41. Keras-Applications==1.0.8
  42. Keras-Preprocessing==1.1.0
  43. keyring==10.6.0
  44. keyrings.alt==3.0
  45. kiwisolver==1.1.0
  46. Markdown==3.1.1
  47. MarkupSafe==1.1.1
  48. matplotlib==3.1.1
  49. mistune==0.8.4
  50. nbconvert==5.6.0
  51. nbdev==0.2.3
  52. nbformat==4.4.0
  53. notebook==6.0.1
  54. numpy==1.17.1
  55. opt-einsum==3.0.1
  56. packaging==19.2
  57. pandas==1.0.1
  58. pandocfilters==1.4.2
  59. parso==0.5.1
  60. pexpect==4.7.0
  61. pickleshare==0.7.5
  62. prometheus-client==0.7.1
  63. prompt-toolkit==2.0.9
  64. protobuf==3.9.1
  65. ptyprocess==0.6.0
  66. pycparser==2.19
  67. pycrypto==2.6.1
  68. Pygments==2.4.2
  69. pygobject==3.26.1
  70. pyparsing==2.4.2
  71. pyrsistent==0.15.4
  72. python-apt==1.6.4
  73. python-dateutil==2.8.0
  74. pytz==2019.3
  75. pyxdg==0.25
  76. PyYAML==5.2
  77. pyzmq==18.1.0
  78. qtconsole==4.5.4
  79. regex==2020.1.8
  80. requests==2.22.0
  81. s3transfer==0.3.3
  82. sacremoses==0.0.38
  83. SecretStorage==2.3.1
  84. Send2Trash==1.5.0
  85. sentencepiece==0.1.85
  86. six==1.11.0
  87. tb-nightly==1.15.0a20190806
  88. tensorflow-gpu==2.0.0rc0
  89. termcolor==1.1.0
  90. terminado==0.8.2
  91. testpath==0.4.2
  92. tf-estimator-nightly==1.14.0.dev2019080601
  93. tokenizers==0.4.2
  94. torch==1.4.0
  95. tornado==6.0.3
  96. tqdm==4.42.1
  97. traitlets==4.3.2
  98. transformers==2.4.1
  99. urllib3==1.25.8
  100. wcwidth==0.1.7
  101. webencodings==0.5.1
  102. Werkzeug==0.15.5
  103. widgetsnbextension==3.5.1
  104. wrapt==1.11.2
Tip!

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

Comments

Loading...