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.3 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
  1. altair==4.0.1
  2. astor==0.8.1
  3. attrs==19.3.0
  4. backcall==0.1.0
  5. base58==2.0.0
  6. bleach==3.1.1
  7. blinker==1.4
  8. boto3==1.12.7
  9. botocore==1.15.7
  10. certifi==2019.11.28
  11. chardet==3.0.4
  12. Click==7.0
  13. cycler==0.10.0
  14. decorator==4.4.1
  15. defusedxml==0.6.0
  16. docutils==0.15.2
  17. entrypoints==0.3
  18. enum-compat==0.0.3
  19. future==0.18.2
  20. idna==2.9
  21. importlib-metadata==1.5.0
  22. ipykernel==5.1.4
  23. ipython==7.12.0
  24. ipython-genutils==0.2.0
  25. ipywidgets==7.5.1
  26. jedi==0.16.0
  27. Jinja2==2.11.1
  28. jmespath==0.9.5
  29. jsonschema==3.2.0
  30. jupyter-client==6.0.0
  31. jupyter-core==4.6.3
  32. kiwisolver==1.1.0
  33. MarkupSafe==1.1.1
  34. matplotlib==3.1.3
  35. mistune==0.8.4
  36. nbconvert==5.6.1
  37. nbformat==5.0.4
  38. notebook==6.0.3
  39. numpy==1.22.0
  40. opencv-python==4.2.0.32
  41. pandas==1.0.1
  42. pandocfilters==1.4.2
  43. parso==0.6.1
  44. pathtools==0.1.2
  45. pexpect==4.8.0
  46. pickleshare==0.7.5
  47. Pillow==7.0.0
  48. prometheus-client==0.7.1
  49. prompt-toolkit==3.0.3
  50. protobuf==3.11.3
  51. ptyprocess==0.6.0
  52. pydeck==0.2.1
  53. Pygments==2.5.2
  54. pyparsing==2.4.6
  55. pyrsistent==0.15.7
  56. python-dateutil==2.8.0
  57. pytz==2019.3
  58. pyzmq==19.0.0
  59. requests==2.23.0
  60. s3transfer==0.3.3
  61. Send2Trash==1.5.0
  62. six==1.14.0
  63. streamlit==0.56.0
  64. terminado==0.8.3
  65. testpath==0.4.4
  66. toml==0.10.0
  67. toolz==0.10.0
  68. tornado==5.1.1
  69. traitlets==4.3.3
  70. tzlocal==2.0.0
  71. urllib3==1.25.8
  72. validators==0.14.2
  73. watchdog==0.10.2
  74. wcwidth==0.1.8
  75. webencodings==0.5.1
  76. widgetsnbextension==3.5.1
  77. zipp==3.0.0
Tip!

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

Comments

Loading...