Skip to content

Commit

Permalink
Remove lndb-hub import (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericenard committed Oct 24, 2022
1 parent 60e84a0 commit f8ecfb5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
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

0 comments on commit f8ecfb5

Please sign in to comment.