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

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

Comments

Loading...