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 3.0 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
  1. altair==4.1.0
  2. argon2-cffi==21.2.0
  3. argon2-cffi-bindings==21.2.0
  4. astor==0.8.1
  5. attrs==21.2.0
  6. backcall==0.2.0
  7. base58==2.1.1
  8. bleach==4.1.0
  9. blinker==1.4
  10. cachetools==4.2.4
  11. certifi==2021.10.8
  12. cffi==1.15.0
  13. charset-normalizer==2.0.9
  14. click==7.1.2
  15. colorama==0.4.4
  16. debugpy==1.5.1
  17. decorator==5.1.0
  18. defusedxml==0.7.1
  19. entrypoints==0.3
  20. gitdb==4.0.9
  21. GitPython==3.1.24
  22. idna==3.3
  23. ipykernel==6.5.1
  24. ipython==7.30.0
  25. ipython-genutils==0.2.0
  26. ipywidgets==7.6.5
  27. jedi==0.18.1
  28. Jinja2==3.0.3
  29. jsonschema==4.2.1
  30. jupyter-client==7.1.0
  31. jupyter-core==4.9.1
  32. jupyterlab-pygments==0.1.2
  33. jupyterlab-widgets==1.0.2
  34. MarkupSafe==2.0.1
  35. matplotlib-inline==0.1.3
  36. mistune==0.8.4
  37. nbclient==0.5.9
  38. nbconvert==6.3.0
  39. nbformat==5.1.3
  40. nest-asyncio==1.5.1
  41. notebook==6.4.6
  42. numpy==1.21.4
  43. packaging==21.3
  44. pandas==1.3.4
  45. pandocfilters==1.5.0
  46. parso==0.8.2
  47. pickleshare==0.7.5
  48. Pillow==8.4.0
  49. plotly==5.4.0
  50. prometheus-client==0.12.0
  51. prompt-toolkit==3.0.23
  52. protobuf==3.19.1
  53. pyarrow==6.0.1
  54. pycparser==2.21
  55. pydeck==0.7.1
  56. Pygments==2.10.0
  57. Pympler==0.9
  58. pyparsing==3.0.6
  59. pyrsistent==0.18.0
  60. python-dateutil==2.8.2
  61. pytz==2021.3
  62. pytz-deprecation-shim==0.1.0.post0
  63. pyzmq==22.3.0
  64. requests==2.26.0
  65. Send2Trash==1.8.0
  66. six==1.16.0
  67. smmap==5.0.0
  68. streamlit==1.2.0
  69. tenacity==8.0.1
  70. terminado==0.12.1
  71. testpath==0.5.0
  72. toml==0.10.2
  73. toolz==0.11.2
  74. tornado==6.1
  75. traitlets==5.1.1
  76. typing_extensions==4.0.1
  77. tzdata==2021.5
  78. tzlocal==4.1
  79. urllib3==1.26.7
  80. validators==0.18.2
  81. watchdog==2.1.6
  82. wcwidth==0.2.5
  83. webencodings==0.5.1
  84. widgetsnbextension==3.5.2
Tip!

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

Comments

Loading...