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 315 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
  1. # local package
  2. -e .
  3. # external requirements
  4. PyGithub==2.1.1
  5. ghgql==1.0.6
  6. fnc==0.5.3
  7. pandas==2.1.3
  8. tqdm==4.66.1
  9. requests==2.31.0
  10. unidiff==0.7.5
  11. joblib==1.3.2
  12. setuptools==69.0.2
  13. # only used in notebooks
  14. numpy==1.26.2
  15. matplotlib==3.8.2
  16. seaborn==0.13.0
  17. lifelines==0.27.8
  18. scikit-survival==0.22.1
  19. # tools
  20. dvc==3.30.1
Tip!

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

Comments

Loading...