-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (34 loc) · 935 Bytes
/
Copy pathpyproject.toml
File metadata and controls
37 lines (34 loc) · 935 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
33
34
35
36
37
[tool.poetry]
name = "swagger"
version = "0.1.0"
description = "SWAGGER: Sparse WAypoint Graph Generation for Efficient Routing"
authors = []
license = "Apache 2.0"
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.10,<4.0"
colorlog = ">=6.9.0,<7.0.0"
cucim-cu12 = ">=25.4.0,<26.0.0"
fastapi = ">=0.136.1"
fastapi-versioning = ">=0.10.0"
h11 = ">=0.16.0"
httpx = ">=0.28.1,<0.29.0"
networkx = ">=3.4.2,<4.0.0"
numba = ">=0.65.1,<0.66.0"
numpy = ">=1.21.0,<2.0"
numpydantic = ">=1.6.8,<2.0.0"
opencv-python = ">=4.11.0.86,<5.0.0.0"
psutil = ">=7.0.0,<8.0.0"
pydantic = ">=2.11.4"
python-multipart = ">=0.0.22"
requests = ">=2.32.4,<3.0.0"
rtree = ">=1.4.0,<2.0.0"
scikit-image = ">=0.25.2,<0.26.0"
scipy = ">=1.11.4,<2.0.0"
skan = ">=0.13.1,<0.14.0"
tyro = ">=0.9.19,<0.10.0"
uvicorn = ">=0.46.0,<0.47.0"
setuptools = ">=78.1.1,<80.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"