pyproject.toml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. [project]
  2. name = "sorawatermarkcleaner"
  3. version = "0.1.0"
  4. description = "Add your description here"
  5. readme = "README.md"
  6. requires-python = ">=3.12,<3.13"
  7. dependencies = [
  8. "aiofiles>=24.1.0",
  9. "aiosqlite>=0.21.0",
  10. "diffusers>=0.35.1",
  11. "einops>=0.8.1",
  12. "fastapi==0.108.0",
  13. "ffmpeg-python>=0.2.0",
  14. "fire>=0.7.1",
  15. "httpx>=0.28.1",
  16. "huggingface-hub>=0.35.3",
  17. "jupyter>=1.1.1",
  18. "loguru>=0.7.3",
  19. "matplotlib>=3.10.6",
  20. "notebook>=7.4.7",
  21. "omegaconf>=2.3.0",
  22. "opencv-python>=4.12.0.88",
  23. "pandas>=2.3.3",
  24. "pydantic>=2.11.10",
  25. "python-multipart>=0.0.20",
  26. "requests>=2.32.5",
  27. "ruptures>=1.1.10",
  28. "scikit-learn>=1.7.2",
  29. "sqlalchemy>=2.0.43",
  30. "greenlet>=3.0.3",
  31. "streamlit>=1.50.0",
  32. "torch==2.2.2",
  33. "torchvision==0.17.2",
  34. "tqdm>=4.67.1",
  35. "transformers>=4.57.0",
  36. "ultralytics>=8.3.204",
  37. "uuid>=1.30",
  38. "uvicorn>=0.35.0",
  39. ]
  40. [tool.uv]
  41. required-environments = [
  42. "sys_platform == 'darwin' and platform_machine == 'x86_64'",
  43. ]