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 688 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
  1. # Default
  2. hyperopt==0.2.7
  3. ipywidgets>=8
  4. matplotlib==3.7.1
  5. mlflow==2.3.1
  6. nltk==3.8.1
  7. numpy==1.24.3
  8. numpyencoder==0.3.0
  9. pandas==2.0.1
  10. pretty-errors==1.2.25
  11. ray[air]==2.6.0
  12. scikit-learn==1.2.2
  13. snorkel==0.9.9
  14. SQLAlchemy==1.4.48
  15. torch==2.0.0
  16. transformers==4.28.1
  17. # Notebook
  18. cleanlab==2.3.1
  19. jupyterlab==3.6.3
  20. lime==0.2.0.1
  21. seaborn==0.12.2
  22. wordcloud==1.9.2
  23. # Documentation
  24. mkdocs==1.4.2
  25. mkdocstrings==0.21.2
  26. mkdocstrings[python]>=0.18
  27. # Styling
  28. black==23.3.0
  29. flake8==6.0.0
  30. Flake8-pyproject==1.2.3
  31. isort==5.12.0
  32. pyupgrade==3.3.2
  33. # Testing
  34. great-expectations==0.16.5
  35. pytest==7.3.1
  36. pytest-cov==4.0.0
  37. # Development
  38. fastapi==0.95.2
  39. pre-commit==3.2.2
  40. typer==0.9.0
  41. # Deployment
  42. anyscale==0.5.131
Tip!

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

Comments

Loading...