We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d005ff7 commit 3dd04ceCopy full SHA for 3dd04ce
.pre-commit-config.yaml
@@ -28,10 +28,8 @@ repos:
28
files: src|tests
29
additional_dependencies:
30
# Package dependencies
31
- - asciitree
32
- - crc32c
33
- donfig
34
- - numcodecs
+ - numcodecs[crc32c]
35
- numpy
36
- typing_extensions
37
- universal-pathlib
pyproject.toml
@@ -26,7 +26,6 @@ maintainers = [
26
requires-python = ">=3.11"
27
# If you add a new dependency here, please also add it to .pre-commit-config.yml
dependencies = [
- 'asciitree',
'numpy>=1.25',
'numcodecs[crc32c]>=0.14',
'fsspec>=2022.10.0',
0 commit comments