Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎨 Consolidate lnschema_bionty and upgrade to latest Bionty #775

Merged
merged 3 commits into from Jun 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Expand Up @@ -17,8 +17,8 @@ dependencies = [
# Lamin PINNED packages
# !!! These packages should ALWAYS be pinned, do not unpin !!!
# !!! They cannot be pinned ANYWHERE else !!!
"lnschema_core==0.35.8",
"lamindb_setup==0.47.7",
"lnschema_core==0.35.9",
"lamindb_setup==0.47.8",
# Lamin GREATEREQ packages
"lamin_logger>=0.5.1",
"erdiagram>=0.1.2",
Expand Down Expand Up @@ -52,7 +52,7 @@ nbproject = [
"nbproject>=0.9.0"
]
bionty = [
"lnschema_bionty==0.21.4",
"lnschema_bionty==0.22.0",
]
test = [
# basic test
Expand Down
2 changes: 1 addition & 1 deletion sub/lamindb-setup
2 changes: 1 addition & 1 deletion sub/lnschema-core