-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef260a4
commit 22e401a
Showing
4 changed files
with
55 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,4 +104,4 @@ It requires Python 3.10 or higher. | |
|
||
## Authors | ||
|
||
[Masoud Abedinifar](https://github.com/masoudabedinifar), [Clint Hansen](mailto:[email protected]), [Walter Maetzler](mailto:[email protected]), [Robbin Romijnders](https://github.com/rmndrs89) & [Julius Welzel](https://github.com/JuliusWelzel) | ||
[Masoud Abedinifar](https://github.com/masoudabedinifar), [Julius Welzel](https://github.com/JuliusWelzel), [Walter Maetzler](mailto:[email protected]), [Clint Hansen](mailto:[email protected]) & [Robbin Romijnders](https://github.com/rmndrs89) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,15 +9,15 @@ repository = "https://github.com/neurogeriatricskiel/NGMT" | |
documentation = "https://neurogeriatricskiel.github.io/NGMT" | ||
authors = [ | ||
"Masoud Abedinifar <[email protected]>", | ||
"Robbin Romijnders <r.romijnders@neurologie.uni-kiel.de>", | ||
"Julius Welzel <j.welzel@neurologie.uni-kiel.de>" | ||
"Walter Maetzler <[email protected]>", | ||
"Clint Hansen <[email protected]>", | ||
"Julius Welzel <j.welzel@neurologie.uni-kiel.de>" | ||
"Robbin Romijnders <r.romijnders@neurologie.uni-kiel.de>", | ||
] | ||
maintainers = [ | ||
"Masoud Abedinifar <[email protected]>", | ||
"Robbin Romijnders <[email protected]>", | ||
"Julius Welzel <[email protected]>" | ||
"Robbin Romijnders <[email protected]>", | ||
] | ||
packages = [ | ||
{ include = "ngmt" }, | ||
|
@@ -39,6 +39,7 @@ h5py = "^3.10.0" | |
polars = "^0.20.5" | ||
seaborn = "^0.13.1" | ||
json-repair = "^0.8.0" | ||
pyarrow = "^15.0.0" | ||
|
||
[tool.poetry.extras] | ||
docs = ["mkdocs", "mkdocs-material", "pymdownx.superfences"] | ||
|