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.2 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
  1. astroid==2.4.2
  2. attrs==19.3.0
  3. backcall==0.1.0
  4. bleach==3.1.5
  5. boto==2.49.0
  6. boto3==1.14.1
  7. botocore==1.17.1
  8. certifi==2020.4.5.1
  9. chardet==3.0.4
  10. decorator==4.4.2
  11. defusedxml==0.6.0
  12. docutils==0.15.2
  13. entrypoints==0.3
  14. future==0.18.2
  15. gensim==3.8.3
  16. greenlet==0.4.16
  17. idna==2.9
  18. ipykernel==5.3.0
  19. ipython==7.15.0
  20. ipython-genutils==0.2.0
  21. isort==4.3.21
  22. jedi==0.17.0
  23. Jinja2==2.11.2
  24. jmespath==0.10.0
  25. json5==0.9.5
  26. jsonschema==3.2.0
  27. jupyter-client==6.1.3
  28. jupyter-core==4.6.3
  29. jupyterlab==2.1.4
  30. jupyterlab-server==1.1.5
  31. lazy-object-proxy==1.4.3
  32. MarkupSafe==1.1.1
  33. mccabe==0.6.1
  34. mistune==0.8.4
  35. msgpack==1.0.0
  36. nbconvert==5.6.1
  37. nbformat==5.0.6
  38. neovim==0.3.1
  39. notebook==6.0.3
  40. numpy==1.18.4
  41. packaging==20.4
  42. pandocfilters==1.4.2
  43. parso==0.7.0
  44. pexpect==4.8.0
  45. pickleshare==0.7.5
  46. Pillow==7.1.2
  47. prometheus-client==0.8.0
  48. prompt-toolkit==3.0.5
  49. ptyprocess==0.6.0
  50. Pygments==2.6.1
  51. pylint==2.5.3
  52. pynvim==0.4.1
  53. pyparsing==2.4.7
  54. pyrsistent==0.16.0
  55. python-dateutil==2.8.1
  56. pyzmq==19.0.1
  57. requests==2.23.0
  58. s3transfer==0.3.3
  59. scipy==1.4.1
  60. Send2Trash==1.5.0
  61. six==1.15.0
  62. smart-open==2.0.0
  63. terminado==0.8.3
  64. testpath==0.4.4
  65. toml==0.10.1
  66. torch==1.5.0+cpu
  67. torchvision==0.6.0+cpu
  68. tornado==6.0.4
  69. traitlets==4.3.3
  70. urllib3==1.25.9
  71. wcwidth==0.2.3
  72. webencodings==0.5.1
  73. wrapt==1.12.1
Tip!

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

Comments

Loading...