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 191 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
  1. tensorflow
  2. dvc
  3. pandas
  4. notebook
  5. numpy
  6. matplotlib
  7. seaborn
  8. python-box
  9. pyYAML
  10. tqdm
  11. ensure
  12. joblib
  13. -e .
  14. ## Dev requirements
  15. pytest>=7.1.3
  16. mypy>=0.971
  17. flake8>=5.0.4
  18. tox>=3.25.1
  19. black>=22.8.0
Tip!

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

Comments

Loading...