2024-06-28 07:56:24 +02:00
|
|
|
[tool.poetry]
|
|
|
|
|
name = "tools"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = ""
|
|
|
|
|
authors = ["Your Name <you@example.com>"]
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
package-mode = false
|
|
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2025-06-25 12:36:25 +02:00
|
|
|
python = ">=3.11,<3.12"
|
2024-06-28 07:56:24 +02:00
|
|
|
pointcloudset = "^0.9.0"
|
2025-06-25 12:36:25 +02:00
|
|
|
open3d = "^0.19.0"
|
2024-06-28 07:56:24 +02:00
|
|
|
scikit-learn = "^1.4.2"
|
|
|
|
|
dash = "^2.16.1"
|
|
|
|
|
addict = "^2.4.0"
|
|
|
|
|
pillow = "^10.3.0"
|
|
|
|
|
tqdm = "^4.66.2"
|
|
|
|
|
matplotlib = "^3.8.4"
|
|
|
|
|
dask = "^2024.4.2"
|
|
|
|
|
dask-expr = "^1.1.3"
|
|
|
|
|
pandas = "^2.2.2"
|
2024-10-17 08:36:18 +02:00
|
|
|
pathvalidate = "^3.2.0"
|
2025-03-14 18:02:23 +01:00
|
|
|
tabulate = "^0.9.0"
|
2025-06-25 12:36:25 +02:00
|
|
|
tensorflow-datasets = "^4.9.8"
|
|
|
|
|
tensorflow = "^2.19.0"
|
|
|
|
|
setuptools = "^79.0.1"
|
|
|
|
|
umap-learn = "^0.5.7"
|
2024-06-28 07:56:24 +02:00
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
|
build-backend = "poetry.core.masonry.api"
|