-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (34 loc) · 952 Bytes
/
Copy pathpyproject.toml
File metadata and controls
38 lines (34 loc) · 952 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
38
[tool.poetry]
name = "fedcombat"
version = "0.1.0"
description = "A federated ComBat approach for data harmonisation."
authors = ["Santiago SILVA <16252054+sssilvar@users.noreply.github.com>"]
[tool.poetry.dependencies]
python = ">=3.8,<3.10"
pandas = "^1.4.2"
scikit-learn = "^1.1.1"
[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
tox = "^3.25.0"
flake8 = "^4.0.1"
pytest-cov = "^3.0.0"
coverage-badge = "^1.1.0"
pre-commit = "^2.19.0"
tox-gh-actions = "^2.9.1"
jupyter = "^1.0.0"
seaborn = "^0.11.2"
neuroHarmonize = "^2.1.0"
statsmodels = "^0.13.2"
nibabel = "^4.0.1"
pytorch-lightning = "^1.7.2"
torchmetrics = "^0.9.3"
tensorboard = "^2.10.0"
pyro-ppl = "^1.8.2"
lazypredict = "^0.2.12"
neuroCombat = "^0.2.12"
[tool.poetry.scripts]
fedsyn = "fedcombat.data.synthetic:main"
combat-benchmark = "fedcombat.benchmark.classification_and_regression:main"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"