-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
43 lines (38 loc) · 1.22 KB
/
pyproject.toml
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
38
39
40
41
42
43
[tool.poetry]
name = "bachelor-oppgave-nina"
version = "0.1.0"
description = ""
authors = ["Benjamin Letnes Bjerken <[email protected]>", "Daniel Hao Huynh <[email protected]>", "Lars Blütecher Holter <[email protected]>", "Lillian Alice Wangerud <[email protected]>"]
license = "GPLv3"
readme = "README.md"
packages = [{include = "app"}]
[tool.poetry.dependencies]
python = ">=3.10,<3.12"
PyQt6 = "~=6.5.0"
pyqtdarktheme = "^2.1.0"
ultralytics = "~=8.2.0"
tqdm = "^4.64.1"
ffmpeg-python = "^0.2.0"
aspose-cells = "^23.2.0"
aspose-cells-python = "^23.2.0"
fpdf = "^1.7.2"
torchvision = "^0.19.0"
poethepoet = "^0.18.1"
xlsxwriter = "^3.1.0"
av = "^12.3.0"
[tool.poetry.group.dev.dependencies]
mypy = "^1.0.0"
pylint = "^2.16.2"
black = "^23.1.0"
pre-commit = "^3.0.4"
pytest = "^7.2.2"
ipykernel = "^6.22.0"
sympy = "^1.11.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poe.tasks]
# Thanks to https://github.com/Interpause/nicepipe/blob/937fb4b81bb6ef6d4c7bfbeaf3fe1998e63110ea/pyproject.toml#L9
torch-cuda = "pip install torch torchvision torchaudio --force-reinstall --no-deps --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cu117"
[tool.isort]
profile = "black"