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

Remove lndb-hub import #318

Merged
merged 2 commits into from
Oct 24, 2022
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions lamindb/_check_versions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from bioreadout import __version__ as bioreadout_v
from lnbfx import __version__ as lnbfx_v
from lndb_hub import __version__ as lndb_hub_v
from lndb_setup import __version__ as lndb_setup_v
from lnschema_bionty import __version__ as lnschema_bionty_v
from lnschema_core import __version__ as lnschema_core_v
Expand All @@ -20,9 +19,6 @@
if version.parse(lndb_setup_v) != version.parse("0.12.2"):
raise RuntimeError("lamindb needs lndb_setup==0.12.2")

if version.parse(lndb_hub_v) != version.parse("0.6.1"):
raise RuntimeError("lamindb needs lndb_hub==0.6.1")

if version.parse(nbproject_v) < version.parse("0.7.0"):
raise RuntimeError("lamindb needs nbproject>=0.7.0")

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ dependencies = [
"lnschema_bionty==0.4.3",
"lndb_setup==0.12.2",
"lnbfx==0.4.5",
"lndb_hub==0.6.1",
"bioreadout==0.2.1",
"bionty==0.4.1",
"nbproject>=0.7.0",
Expand Down