Skip to content

Commit

Permalink
Merge pull request #87 from jhlegarreta/RelaxTrimeshpyVersion
Browse files Browse the repository at this point in the history
ENH: Relax required `trimeshpy` dependency version
  • Loading branch information
jhlegarreta authored Nov 13, 2024
2 parents 1393009 + 4ce4ba5 commit 1107a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ classifiers = [
dependencies = [
"dipy",
"nibabel",
"numpy",
"numpy < 2.0.0",
"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 1107a74

Please sign in to comment.