Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

environment.yaml 776 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
37
38
39
  1. name: oct
  2. channels:
  3. - conda-forge
  4. - nodefaults
  5. dependencies:
  6. - pip=24.0
  7. - python=3.11.8
  8. - ffmpeg=6.0.0
  9. - ffmpeg-python=0.2.0
  10. - pip:
  11. - albumentations==1.4.3
  12. - dvc==3.49.0
  13. - dvc-gdrive==3.0.1
  14. - grad-cam==1.5.0
  15. - hydra-core==1.3.2
  16. - imagecodecs==2024.1.1
  17. - imutils==0.5.4
  18. - joblib==1.3.2
  19. - matplotlib==3.8.4
  20. - numpy==1.26.4
  21. - omegaconf==2.3.0
  22. - opencv-python==4.8.1.78
  23. - openpyxl==3.1.2
  24. - pandas==2.1.4
  25. - Pillow==10.2.0
  26. - pre-commit==3.7.0
  27. - ptflops==0.7.2.2
  28. - pytorch_lightning==2.2.1
  29. - seaborn==0.13.2
  30. - segmentation_models_pytorch==0.3.3
  31. - scikit-learn==1.4.1.post1
  32. - supervisely==6.73.62
  33. - tensorboard==2.16.2
  34. - tensorboardx==2.6.2.2
  35. - tifffile==2024.4.18
  36. - tomli==2.0.1
  37. - torch==2.2.2
  38. - tqdm==4.66.2
  39. - wandb==0.16.6
Tip!

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

Comments

Loading...