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 634 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
  1. pandas
  2. numpy
  3. matplotlib
  4. seaborn
  5. scikit-learn
  6. pyyaml
  7. joblib
  8. python-box
  9. Flask-Session==0.5.0
  10. # flask
  11. mlflow
  12. dagshub
  13. dvc
  14. dvc[gdrive]
  15. dvc[s3]
  16. GitPython
  17. PyGithub
  18. pytest
  19. pytest-mock
  20. deprecation
  21. plotly
  22. flake8
  23. autopep8
  24. nbformat
  25. tox
  26. ensure
  27. docker
  28. # astrapy
  29. mysqlclient
  30. apache-airflow
  31. apache-airflow-providers-amazon
  32. apache-airflow-providers-mysql
  33. # apache-airflow-providers-postgres
  34. # psycopg2-binary
  35. apache-airflow-providers-common-sql
  36. mysql-connector-python
  37. # apache-airflow[cncf.kubernetes]
  38. connexion[swagger-ui]
  39. # universal-pathlib
  40. optuna
  41. hyperopt
  42. tqdm
  43. xgboost
  44. lightgbm
  45. imbalanced-learn
  46. cassandra-driver
  47. geomet
  48. requests
  49. beautifulsoup4
  50. -e .
Tip!

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

Comments

Loading...