-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
42 lines (40 loc) · 963 Bytes
/
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
[project]
name = "Resume-Projects"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "Jakub Zenon Kujawa", email = "[email protected]"},
]
dependencies = [
"seaborn>=0.13.2",
"torch>=2.4.0",
"torchvision>=0.19.0",
"torchaudio>=2.4.0",
"scikit-learn>=1.5.1",
"jupyter>=1.0.0",
"plotly>=5.23.0",
"imbalanced-learn>=0.12.3",
"black>=24.8.0",
"isort>=5.13.2",
"xgboost>=2.1.1",
"catboost>=1.2.5",
"statsmodels>=0.14.2",
"scikit-image>=0.24.0",
"opencv-python>=4.10.0.84",
"PyYAML>=6.0.2",
"neptune>=1.11.1",
"pytorch-lightning>=2.4.0",
"dataclass-wizard>=0.22.3",
"python-dotenv>=1.0.1",
"rich>=13.8.0",
"torchinfo>=1.8.0",
"torchmetrics>=1.4.1",
"streamlit>=1.38.0",
"watchdog>=4.0.2",
"grad-cam>=1.5.3",
]
requires-python = ">=3.12,<3.13"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false