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 921 B

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
  1. alembic==1.13.1
  2. blinker==1.7.0
  3. certifi==2024.2.2
  4. charset-normalizer==3.3.2
  5. click==8.1.7
  6. cloudpickle==3.0.0
  7. contourpy==1.2.0
  8. cycler==0.12.1
  9. databricks-cli==0.18.0
  10. docker==7.0.0
  11. entrypoints==0.4
  12. Flask==3.0.2
  13. fonttools==4.47.2
  14. gitdb==4.0.11
  15. GitPython==3.1.41
  16. gunicorn==21.2.0
  17. idna==3.6
  18. importlib-metadata==7.0.1
  19. itsdangerous==2.1.2
  20. Jinja2==3.1.3
  21. joblib==1.3.2
  22. kiwisolver==1.4.5
  23. Mako==1.3.2
  24. Markdown==3.5.2
  25. MarkupSafe==2.1.5
  26. matplotlib==3.8.2
  27. mlflow==2.10.0
  28. numpy==1.26.3
  29. oauthlib==3.2.2
  30. packaging==23.2
  31. pandas==2.2.0
  32. pillow==10.2.0
  33. protobuf==4.25.2
  34. pyarrow==15.0.0
  35. PyJWT==2.8.0
  36. pyparsing==3.1.1
  37. python-dateutil==2.8.2
  38. python-dotenv==1.0.1
  39. pytz==2023.4
  40. PyYAML==6.0.1
  41. querystring-parser==1.2.4
  42. requests==2.31.0
  43. scikit-learn==1.4.0
  44. scipy==1.12.0
  45. six==1.16.0
  46. smmap==5.0.1
  47. SQLAlchemy==2.0.25
  48. sqlparse==0.4.4
  49. tabulate==0.9.0
  50. threadpoolctl==3.2.0
  51. typing_extensions==4.9.0
  52. tzdata==2023.4
  53. urllib3==2.2.0
  54. Werkzeug==3.0.1
  55. zipp==3.17.0
Tip!

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

Comments

Loading...