flandre/pyproject.toml
2025-02-11 23:24:49 +08:00

32 lines
702 B
TOML

[project]
name = "flandre"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiohttp-cors>=0.7.0",
"aiortc>=1.9.0",
"cupy-cuda12x>=13.3.0",
"opencv-python>=4.10.0.84",
"pyqt6-fluent-widgets[full]>=1.7.4",
"pyqt6>=6.8.0",
"pyzmq>=26.2.0",
"scipy>=1.14.1",
"tqdm>=4.67.1",
"vtk>=9.4.0",
"jupyter>=1.1.1",
"av",
]
[tool.uv]
override-dependencies = [
"av>=14.0.0",
]
[tool.uv.sources]
av = [
{ path = "./av-14.1.0-cp312-cp312-win_amd64.whl", marker = "sys_platform == 'win32'" },
{ path = "./av-14.1.0-cp312-cp312-linux_amd64.whl", marker = "sys_platform == 'linux'" },
]