-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (29 loc) · 863 Bytes
/
pyproject.toml
File metadata and controls
32 lines (29 loc) · 863 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
[tool.poetry]
name = "imgcorrect"
version = "2.1.2"
description = "Library to perform various corrections on imagery from supported sensors"
authors = ["Samuel Williams <sam.williams@sentera.com>", "Joseph Franck <joseph.franck@sentera.com>"]
[tool.poetry.dependencies]
python = ">=3.10,<4.0"
Pillow = "^9.0.1"
numpy = "^1.19.3"
tifffile = "^2022.3.25"
pandas = "^1.2.3"
tqdm = "^4.59.0"
opencv-contrib-python = ">=4.6.0,<4.7.0"
imgparse = {git = "https://github.com/SenteraLLC/py-image-metadata-parser.git", tag = "v2.0.11"}
imageio = "^2.19.3"
imagecodecs = "2025.3.30"
urllib3 = "<2"
tk = "^0.1.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.1.1"
pre-commit = "^4.3.0"
sphinx = "7.0.0"
sphinx-rtd-theme = "2.0.0"
m2r = "0.3.1"
pip = "24.0"
pipenv = "2026.0.3"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"