Skip to content

Commit

Permalink
[ADD] pyarrow as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliusWelzel committed Feb 20, 2024
1 parent ef260a4 commit 22e401a
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 29 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
53 changes: 50 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand All @@ -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"]
Expand Down
22 changes: 0 additions & 22 deletions test.py

This file was deleted.

0 comments on commit 22e401a

Please sign in to comment.