Skip to content

Commit cdd956f

Browse files
committed
Bump to 0.4.0
1 parent 9aa6260 commit cdd956f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ repos:
1919
- repo: https://github.com/pre-commit/pre-commit-hooks
2020
rev: v5.0.0
2121
hooks:
22-
- id: check-yaml
23-
- id: trailing-whitespace
22+
- id: check-yaml
23+
- id: trailing-whitespace
2424
- repo: https://github.com/pre-commit/mirrors-mypy
2525
rev: v1.14.1
2626
hooks:
@@ -31,10 +31,10 @@ repos:
3131
- packaging
3232
- donfig
3333
- numcodecs[crc32c]
34-
- numpy==2.1 # until https://github.com/numpy/numpy/issues/28034 is resolved
34+
- numpy==2.1 # until https://github.com/numpy/numpy/issues/28034 is resolved
3535
- typing_extensions
3636
- universal-pathlib
37-
- obstore==0.3.0-beta.8
37+
- obstore==0.4.0
3838
# Tests
3939
- pytest
4040
- repo: https://github.com/scientific-python/cookie

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ keywords = ["Python", "compressed", "ndimensional-arrays", "zarr"]
6464
# User extras
6565
remote = [
6666
"fsspec>=2023.10.0",
67-
"obstore==0.4.0b4",
67+
"obstore==0.4.0",
6868
]
6969
gpu = [
7070
"cupy-cuda12x",
@@ -212,7 +212,6 @@ dependencies = [
212212
'universal_pathlib @ git+https://github.com/fsspec/universal_pathlib',
213213
'typing_extensions @ git+https://github.com/python/typing_extensions',
214214
'donfig @ git+https://github.com/pytroll/donfig',
215-
"obstore @ git+https://github.com/developmentseed/obstore@main#subdirectory=obstore",
216215
# test deps
217216
'hypothesis',
218217
'pytest',

0 commit comments

Comments
 (0)