Skip to content

Commit

Permalink
Remove duplicate dependencies in pyproject (#258)
Browse files Browse the repository at this point in the history
* Remove duplicate dependencies in pyproject

* Remove brainio

This package is not used and is deprecated
  • Loading branch information
willGraham01 authored Mar 19, 2024
1 parent bf102ad commit 5e0bec4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,19 @@ dependencies = [
"click",
"loguru",
"meshio",
"meshio",
"numpy",
"numpy",
"pandas",
"pyarrow",
"PyMCubes",
"requests",
"rich >= 9.0.0",
"rich",
"SimpleITK",
"tifffile",
"tqdm>=4.46.1",
"treelib",
"vedo",
"xmltodict",
"scikit-image",
"brainio"
]
dynamic = ["version"]

Expand Down

0 comments on commit 5e0bec4

Please sign in to comment.