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.6 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
  1. absl-py==1.4.0
  2. appnope==0.1.3
  3. asttokens==2.2.1
  4. astunparse==1.6.3
  5. backcall==0.2.0
  6. blinker==1.6.2
  7. cachetools==5.3.1
  8. certifi==2023.5.7
  9. charset-normalizer==3.2.0
  10. click==8.1.6
  11. comm==0.1.3
  12. contourpy==1.1.0
  13. cycler==0.11.0
  14. debugpy==1.6.7
  15. decorator==5.1.1
  16. executing==1.2.0
  17. Flask==2.3.2
  18. flatbuffers==23.5.26
  19. fonttools==4.41.1
  20. gast==0.4.0
  21. google-auth==2.22.0
  22. google-auth-oauthlib==1.0.0
  23. google-pasta==0.2.0
  24. googleapis-common-protos==1.59.1
  25. grpcio==1.56.0
  26. grpcio-status==1.56.0
  27. h5py==3.9.0
  28. idna==3.4
  29. ipykernel==6.24.0
  30. ipython==8.14.0
  31. itsdangerous==2.1.2
  32. jedi==0.18.2
  33. Jinja2==3.1.2
  34. joblib==1.3.1
  35. jupyter_client==8.3.0
  36. jupyter_core==5.3.1
  37. keras==2.13.1
  38. kiwisolver==1.4.4
  39. libclang==16.0.6
  40. Markdown==3.4.3
  41. MarkupSafe==2.1.3
  42. matplotlib==3.7.2
  43. matplotlib-inline==0.1.6
  44. nest-asyncio==1.5.6
  45. numpy==1.24.3
  46. oauthlib==3.2.2
  47. opt-einsum==3.3.0
  48. packaging==23.1
  49. pandas==2.0.3
  50. parso==0.8.3
  51. pexpect==4.8.0
  52. pickleshare==0.7.5
  53. Pillow==10.0.0
  54. platformdirs==3.8.1
  55. prompt-toolkit==3.0.39
  56. protobuf==4.23.4
  57. psutil==5.9.5
  58. ptyprocess==0.7.0
  59. pure-eval==0.2.2
  60. py4j==0.10.9.7
  61. pyarrow==12.0.1
  62. pyasn1==0.5.0
  63. pyasn1-modules==0.3.0
  64. Pygments==2.15.1
  65. pyparsing==3.0.9
  66. python-dateutil==2.8.2
  67. pytz==2023.3
  68. pyzmq==25.1.0
  69. requests==2.31.0
  70. requests-oauthlib==1.3.1
  71. rsa==4.9
  72. scikit-learn==1.3.0
  73. scipy==1.11.1
  74. seaborn==0.12.2
  75. six==1.16.0
  76. stack-data==0.6.2
  77. tensorboard==2.13.0
  78. tensorboard-data-server==0.7.1
  79. tensorflow==2.13.0
  80. tensorflow-estimator==2.13.0
  81. tensorflow-io-gcs-filesystem==0.32.0
  82. termcolor==2.3.0
  83. threadpoolctl==3.2.0
  84. tornado==6.3.2
  85. traitlets==5.9.0
  86. typing_extensions==4.5.0
  87. tzdata==2023.3
  88. urllib3==1.26.16
  89. wcwidth==0.2.6
  90. Werkzeug==2.3.6
  91. wrapt==1.15.0
Tip!

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

Comments

Loading...