Skip to content

Commit

Permalink
ENH: Relax trimeshpy version
Browse files Browse the repository at this point in the history
Relax `trimeshpy` version so that more recent versions are allowed: the
changes in the classes used in `tractodata` are safe and do not affect
the behavior: they only drop checks for `VTK` <= 5 and 8, adopt keyword
arguments in some calls, use Python built-in types (e.g. `int` instead
of `np.int`), use `NiBabel`'s `affine` property on NIfTI images, and
drop `future` imports.
  • Loading branch information
jhlegarreta committed Nov 13, 2024
1 parent 1393009 commit 85f1a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"nibabel",
"numpy",
"pandas",
"trimeshpy == 0.0.2",
"trimeshpy >= 0.0.2",
"tqdm",
]
description = "Tractography data repository to be used for tractography research"
Expand Down

0 comments on commit 85f1a29

Please sign in to comment.