Skip to content

Commit 369778e

Browse files
committed
chore: fix dependencies so sync is available
1 parent bc05a98 commit 369778e

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,16 @@ dependencies = [
2424
'semver',
2525
]
2626

27-
[dependency-groups]
28-
dev = [
27+
[optional-dependencies]
28+
sync = [
2929
'aind-data-access-api[docdb]',
3030
'aind-dynamic-foraging-database',
3131
'zarr<3',
32+
]
33+
34+
[dependency-groups]
35+
dev = [
36+
'biodata-cache[sync]',
3237
'ruff',
3338
'coverage',
3439
'interrogate',

src/biodata_cache/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
available cache tables and their metadata.
77
"""
88

9-
__version__ = "0.37.1"
9+
__version__ = "0.36.1"
1010

1111
from biodata_cache.cache_table_helpers.asset_basics import asset_basics # noqa: F401
1212
from biodata_cache.cache_table_helpers.behavior_curriculum import behavior_curriculum # noqa: F401

0 commit comments

Comments
 (0)