File tree Expand file tree Collapse file tree 1 file changed +13
-19
lines changed Expand file tree Collapse file tree 1 file changed +13
-19
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,22 @@ license = {text = "MIT License"}
53
53
keywords = [" Python" , " compressed" , " ndimensional-arrays" , " zarr" ]
54
54
55
55
[project .optional-dependencies ]
56
+ # User extras
56
57
fsspec = [
57
58
" fsspec>=2023.10.0" ,
58
59
]
60
+ jupyter = [
61
+ ' notebook' ,
62
+ ' ipytree>=0.2.2' ,
63
+ ' ipywidgets>=8.0.0' ,
64
+ ]
65
+ gpu = [
66
+ " cupy-cuda12x" ,
67
+ ]
68
+ universal-pathlib = [
69
+ ' universal-pathlib>=0.0.22'
70
+ ]
71
+ # Development extras
59
72
test = [
60
73
" coverage" ,
61
74
" pytest" ,
@@ -68,15 +81,6 @@ test = [
68
81
" hypothesis" ,
69
82
" universal-pathlib" ,
70
83
]
71
-
72
- jupyter = [
73
- ' notebook' ,
74
- ' ipytree>=0.2.2' ,
75
- ' ipywidgets>=8.0.0' ,
76
- ]
77
- gpu = [
78
- " cupy-cuda12x" ,
79
- ]
80
84
docs = [
81
85
' sphinx==8.1.3' ,
82
86
' sphinx-autobuild>=2021.3.14' ,
@@ -89,16 +93,6 @@ docs = [
89
93
' numcodecs[msgpack]' ,
90
94
' msgpack' ,
91
95
]
92
- extra = [
93
- ' msgpack' ,
94
- ]
95
- optional = [
96
- ' universal-pathlib>=0.0.22' ,
97
- ' rich'
98
- ]
99
- tree = [
100
- ' rich' ,
101
- ]
102
96
103
97
[project .urls ]
104
98
"Bug Tracker" = " https://github.com/zarr-developers/zarr-python/issues"
You can’t perform that action at this time.
0 commit comments