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 491 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
  1. pandas==2.0.3
  2. numpy==1.23.3
  3. mlflow==2.8.1
  4. notebook
  5. scikit-learn==1.3.1
  6. matplotlib==3.7.3
  7. python-box==6.0.2
  8. pyYAML==6.0.1
  9. tqdm==4.66.1
  10. joblib==1.3.2
  11. types-PyYAML==6.0.12.12
  12. ensure==1.0.2
  13. gdown==4.7.1
  14. tensorflow==2.13.0
  15. dvc==3.31.2
  16. scipy==1.10.1
  17. django==4.2.0
  18. Flask-Cors==4.0.0
  19. Flask==2.3.3
  20. #for backend
  21. djangorestframework==3.14.0
  22. django-cors-headers==3.13.0
  23. django-environ==0.9.0
  24. djangorestframework-simplejwt==5.3.1
  25. PyJWT<2.0.0
  26. pytz==2022.6
  27. sqlparse==0.4.3
  28. tzdata
  29. tensorflow-gpu==2.4.0
  30. -e .
Tip!

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

Comments

Loading...