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 674 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
31
32
33
34
35
36
  1. torch>=1.9.0,<=1.12
  2. tqdm>=4.57.0
  3. boto3>=1.17.15
  4. jsonschema>=3.2.0
  5. Deprecated>=1.2.11
  6. opencv-python>=4.5.1
  7. scipy>=1.6.1
  8. matplotlib>=3.3.4
  9. psutil>=5.8.0
  10. tensorboard>=2.4.1
  11. setuptools>=21.0.0
  12. coverage~=5.3.1
  13. torchvision>=0.10.0
  14. sphinx~=4.0.2
  15. sphinx-rtd-theme
  16. torchmetrics==0.8
  17. pillow>=9.2.0
  18. hydra-core>=1.2.0
  19. omegaconf
  20. onnxruntime
  21. onnx>=1.10.1
  22. pip-tools>=6.12.1
  23. pyparsing==2.4.5
  24. einops==0.3.2
  25. pycocotools==2.0.4
  26. protobuf~=3.19.0
  27. treelib==1.6.1
  28. termcolor==1.1.0
  29. packaging>=20.4
  30. # not directly required, pinned by Snyk to avoid a vulnerability
  31. wheel>=0.38.0
  32. # not directly required, pinned by Snyk to avoid a vulnerability
  33. pygments>=2.7.4
  34. stringcase>=1.2.0
  35. numpy<=1.23
  36. rapidfuzz
Tip!

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

Comments

Loading...