Skip to content

Commit 55c5a8e

Browse files
committed
chore: pin dependencies to allow installation
1 parent fc25a47 commit 55c5a8e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@ readme = "README.md"
1717
dynamic = ["version"]
1818

1919
dependencies = [
20-
'pydantic',
20+
'pydantic<2.9',
2121
'panel>=1.6.1',
2222
'altair',
23-
'aind-data-schema<2.0.0',
24-
'aind-data-access-api[docdb]',
25-
'aind-data-access-api[rds]',
26-
'aind-metadata-validator<0.9',
27-
'flask',
23+
'aind-data-schema==1.4.0',
24+
'aind-data-access-api[docdb,rds]',
25+
'aind-metadata-validator==0.8.4',
2826
]
2927

3028
[project.optional-dependencies]

0 commit comments

Comments
 (0)