-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (32 loc) · 762 Bytes
/
Copy pathpyproject.toml
File metadata and controls
32 lines (32 loc) · 762 Bytes
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
[project]
name = "panosharp"
version = "0.2.0"
description = "ParaSharp is a system for 3D Gaussian Splatting Paranoma"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pydantic>=2.8",
"numpy>=1.26",
"tqdm>=4.66",
"opencv-python>=4.8",
"pillow>=10.0",
"kornia>=0.7.2",
"torch @ https://download.pytorch.org/whl/cu129/torch-2.8.0%2Bcu129-cp313-cp313-win_amd64.whl",
"torchvision @ https://download.pytorch.org/whl/cu129/torchvision-0.23.0%2Bcu129-cp313-cp313-win_amd64.whl",
"plyfile>=1.1.3",
"gsplat>=1.5.3",
]
[project.optional-dependencies]
dev = [
"pytest",
"pytest-cov",
"mypy",
"ruff",
"black",
"pre-commit",
"hypothesis",
]
[tool.ruff]
line-length = 100
[tool.black]
line-length = 100