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_dev.txt 265 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
  1. ##Production Requirements
  2. tensorflow
  3. dvc
  4. pandas
  5. numpy
  6. seaborn
  7. matplotlib
  8. notebook
  9. python-box==6.0.2
  10. pyYAML
  11. tqdm
  12. ensure==1.0.2
  13. types-PyYAML
  14. scipy
  15. mlflow==1.26.1
  16. ## Development Requirements
  17. pytest==7.1.3
  18. tox==3.25.1
  19. black==22.8.0
  20. flake8==5.0.4
  21. mypy==0.971
  22. -e .
Tip!

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

Comments

Loading...