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
  1. absl-py==0.15.0
  2. alembic==1.7.6
  3. astunparse==1.6.3
  4. beautifulsoup4==4.10.0
  5. cached-property==1.5.2
  6. cachetools==4.2.4
  7. certifi==2021.10.8
  8. charset-normalizer==2.0.12
  9. clang==5.0
  10. click==8.0.4
  11. cloudpickle==2.0.0
  12. databricks-cli==0.16.4
  13. dataclasses==0.8
  14. docker==5.0.3
  15. entrypoints==0.4
  16. filelock==3.4.1
  17. Flask==2.0.3
  18. flatbuffers==1.12
  19. gast==0.4.0
  20. gdown==4.4.0
  21. gitdb==4.0.9
  22. GitPython==3.1.20
  23. google-auth==1.35.0
  24. google-auth-oauthlib==0.4.6
  25. google-pasta==0.2.0
  26. googledrivedownloader==0.4
  27. greenlet==1.1.2
  28. grpcio==1.44.0
  29. gunicorn==20.1.0
  30. h5py==3.1.0
  31. idna==3.3
  32. importlib-metadata==4.8.3
  33. importlib-resources==5.4.0
  34. itsdangerous==2.0.1
  35. Jinja2==3.0.3
  36. joblib==1.1.0
  37. keras==2.6.0
  38. Keras-Preprocessing==1.1.2
  39. Mako==1.1.6
  40. Markdown==3.3.6
  41. MarkupSafe==2.0.1
  42. mlflow==1.23.1
  43. numpy==1.19.5
  44. oauthlib==3.2.0
  45. opt-einsum==3.3.0
  46. packaging==21.3
  47. pandas==1.1.5
  48. prometheus-client==0.13.1
  49. prometheus-flask-exporter==0.19.0
  50. protobuf==3.19.4
  51. pyasn1==0.4.8
  52. pyasn1-modules==0.2.8
  53. pyparsing==3.0.7
  54. PySocks==1.7.1
  55. python-dateutil==2.8.2
  56. pytz==2021.3
  57. PyYAML==6.0
  58. querystring-parser==1.2.4
  59. regex==2022.3.2
  60. requests==2.27.1
  61. requests-oauthlib==1.3.1
  62. rsa==4.8
  63. sacremoses==0.0.47
  64. scikit-learn==0.24.2
  65. scipy==1.5.4
  66. sentencepiece==0.1.96
  67. six==1.15.0
  68. sklearn==0.0
  69. smmap==5.0.0
  70. soupsieve==2.3.1
  71. SQLAlchemy==1.4.32
  72. sqlparse==0.4.2
  73. tabulate==0.8.9
  74. tensorboard==2.6.0
  75. tensorboard-data-server==0.6.1
  76. tensorboard-plugin-wit==1.8.1
  77. tensorflow==2.6.2
  78. tensorflow-estimator==2.6.0
  79. termcolor==1.1.0
  80. threadpoolctl==3.1.0
  81. tokenizers==0.8.1rc2
  82. tqdm==4.63.0
  83. transformers==3.1.0
  84. typing-extensions==3.7.4.3
  85. urllib3==1.26.8
  86. websocket-client==1.3.1
  87. Werkzeug==2.0.3
  88. wget==3.2
  89. wrapt==1.12.1
  90. zipp==3.6.0
Tip!

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

Comments

Loading...