requires.txt 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. numpy>=1.23.0
  2. matplotlib>=3.3.0
  3. opencv-python>=4.6.0
  4. pillow>=7.1.2
  5. pyyaml>=5.3.1
  6. requests>=2.23.0
  7. scipy>=1.4.1
  8. torch>=1.8.0
  9. torchvision>=0.9.0
  10. tqdm>=4.64.0
  11. psutil
  12. py-cpuinfo
  13. pandas>=1.1.4
  14. seaborn>=0.11.0
  15. ultralytics-thop>=2.0.0
  16. [:sys_platform == "darwin"]
  17. numpy<2.0.0
  18. [:sys_platform == "win32"]
  19. torch!=2.4.0,>=1.8.0
  20. [dev]
  21. ipython
  22. pytest
  23. pytest-cov
  24. coverage[toml]
  25. mkdocs>=1.6.0
  26. mkdocs-material>=9.5.9
  27. mkdocstrings[python]
  28. mkdocs-redirects
  29. mkdocs-ultralytics-plugin>=0.1.8
  30. mkdocs-macros-plugin>=1.0.5
  31. [export]
  32. onnx>=1.12.0
  33. openvino>=2024.0.0
  34. tensorflow>=2.0.0
  35. tensorflowjs>=3.9.0
  36. keras
  37. [export:platform_machine == "aarch64"]
  38. flatbuffers<100,>=23.5.26
  39. numpy==1.23.5
  40. h5py!=3.11.0
  41. [export:platform_machine == "aarch64" and python_version >= "3.9"]
  42. tensorstore>=0.1.63
  43. [export:platform_system != "Windows" and python_version <= "3.11"]
  44. coremltools>=7.0
  45. scikit-learn>=1.3.2
  46. [extra]
  47. hub-sdk>=0.0.12
  48. ipython
  49. albumentations>=1.4.6
  50. pycocotools>=2.0.7
  51. [logging]
  52. comet
  53. tensorboard>=2.13.0
  54. dvclive>=2.12.0
  55. [solutions]
  56. shapely>=2.0.0
  57. streamlit