Skip to content

Commit 274d12d

Browse files
authored
Merge pull request #445 from brainglobe/unpin-h5py
Unpin h5py, pin morphapi
2 parents 62a434f + 5e2d405 commit 274d12d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ dependencies = [
1212
"brainglobe-atlasapi>=2.0.1",
1313
"brainglobe-space>=1.0.0",
1414
"brainglobe-utils>=0.5.0",
15-
"h5py<3.16.0",
15+
"h5py",
1616
"k3d",
1717
"loguru",
18-
"morphapi>=0.2.1",
18+
"morphapi>=0.3.3",
1919
"msgpack",
2020
"myterial",
2121
"numpy",

0 commit comments

Comments
 (0)