Skip to content

Commit f5de49e

Browse files
committed
flydra_core: depend on blosc2
1 parent 71b2f49 commit f5de49e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flydra_core/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies = [
1919
"adskalman",
2020
"scipy",
2121
"six",
22+
"blosc2", # We don't depend on this directly, but tables does. (Why pip doesn't thus resolve this as a dependency I do not know.)
2223
]
2324

2425
[project.scripts]

0 commit comments

Comments
 (0)