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 261 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
  1. # local package
  2. -e .
  3. # external requirements
  4. click
  5. Sphinx
  6. coverage
  7. awscli
  8. flake8
  9. python-dotenv>=0.5.1
  10. pandas~=1.1.5
  11. numpy~=1.19.5
  12. PyYAML~=5.3.1
  13. setuptools~=51.3.3
  14. scikit-learn~=0.24.0
  15. plotly-express~=0.4.0
  16. hyperopt~=0.2.5
  17. kaggle~=1.5.10
  18. pytest
  19. tableone~=0.7.10
Tip!

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

Comments

Loading...