Skip to content

Commit

Permalink
Add blosc dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Feb 14, 2025
1 parent 077dfee commit 50be363
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ for use in data storage and communication applications."""
readme = "README.rst"
dependencies = [
"numpy>=1.24",
"deprecated"
"deprecated",
"blosc==1.11.2",
]
requires-python = ">=3.11"
dynamic = [
Expand Down

0 comments on commit 50be363

Please sign in to comment.