Skip to content

Commit 3dd04ce

Browse files
authored
Remove asciitree dependency (#2511)
* rm asciitree * no format
1 parent d005ff7 commit 3dd04ce

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ repos:
2828
files: src|tests
2929
additional_dependencies:
3030
# Package dependencies
31-
- asciitree
32-
- crc32c
3331
- donfig
34-
- numcodecs
32+
- numcodecs[crc32c]
3533
- numpy
3634
- typing_extensions
3735
- universal-pathlib

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ maintainers = [
2626
requires-python = ">=3.11"
2727
# If you add a new dependency here, please also add it to .pre-commit-config.yml
2828
dependencies = [
29-
'asciitree',
3029
'numpy>=1.25',
3130
'numcodecs[crc32c]>=0.14',
3231
'fsspec>=2022.10.0',

0 commit comments

Comments
 (0)