Skip to content

Commit

Permalink
⬆️ Lower bound lamindb-setup by 0.77.6
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Sep 29, 2024
1 parent 4363acb commit 93122fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bionty/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"""

__version__ = "0.50.2"
__version__ = "0.51.0"

from lamindb_setup.core._setup_bionty_sources import (
load_bionty_sources as _load_bionty_sources,
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ classifiers = [
]
dependencies = [
"lamindb",
"lamindb_setup>=0.77.6",
"filelock",
"requests",
"pyyaml",
Expand Down

0 comments on commit 93122fa

Please sign in to comment.