Skip to content

Commit

Permalink
Merge pull request #299 from brainglobe/windows-h5-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder committed Dec 11, 2023
2 parents 47f04f9 + 6fec26f commit 235cb0f
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 @@ -9,7 +9,7 @@ dynamic = ["version"]
dependencies = [
"numpy",
"pandas",
"h5py<=3.9", # vedo requires hdf5 <=1.12.x but hdf5 is 1.14+ from h5py 3.10 onwards
"h5py",
"vedo>=2023.5.0",
"k3d",
"imio",
Expand Down

0 comments on commit 235cb0f

Please sign in to comment.