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 9cebaaf commit ea7594cCopy full SHA for ea7594c
.pre-commit-config.yaml
@@ -32,7 +32,7 @@ repos:
32
- donfig
33
- numcodecs[crc32c]
34
- numpy==2.1 # until https://github.com/numpy/numpy/issues/28034 is resolved
35
- - typing_extensions
+ - typing_extensions>=4.10.0
36
- universal-pathlib
37
- obstore>=0.5.1
38
# Tests
pyproject.toml
@@ -35,7 +35,7 @@ dependencies = [
'packaging>=22.0',
'numpy>=1.26',
'numcodecs[crc32c]>=0.14',
- 'typing_extensions>=4.9',
+ 'typing_extensions>=4.10.0',
39
'donfig>=0.8',
40
]
41
0 commit comments