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 bc05a98 commit 369778eCopy full SHA for 369778e
2 files changed
pyproject.toml
@@ -24,11 +24,16 @@ dependencies = [
24
'semver',
25
]
26
27
-[dependency-groups]
28
-dev = [
+[optional-dependencies]
+sync = [
29
'aind-data-access-api[docdb]',
30
'aind-dynamic-foraging-database',
31
'zarr<3',
32
+]
33
+
34
+[dependency-groups]
35
+dev = [
36
+ 'biodata-cache[sync]',
37
'ruff',
38
'coverage',
39
'interrogate',
src/biodata_cache/__init__.py
@@ -6,7 +6,7 @@
6
available cache tables and their metadata.
7
"""
8
9
-__version__ = "0.37.1"
+__version__ = "0.36.1"
10
11
from biodata_cache.cache_table_helpers.asset_basics import asset_basics # noqa: F401
12
from biodata_cache.cache_table_helpers.behavior_curriculum import behavior_curriculum # noqa: F401
0 commit comments