From 2ef6724710b932dddb962d489af2af1b06d010e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Wieiw=C3=B3rka?= Date: Tue, 17 Dec 2024 17:36:23 +0100 Subject: [PATCH] fix: bioframe dep --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9dcd96c..468f21b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,8 @@ dependencies = [ "polars~=1.16.0", "pandas~=2.2.3", "pyarrow~=18.1.0", - "datafusion ~=42.0.0"] + "datafusion ~=42.0.0", + "bioframe ~=0.7.2"] [tool.maturin] module-name = "polars_bio" @@ -40,7 +41,7 @@ polars = "^1.16.0" pandas = "^2.2.3" pyarrow = "^18.1.0" datafusion = "^42.0.0" - +bioframe = "^0.7.2" [tool.poetry.dev-dependencies] pytest = "^8.3.3" @@ -49,7 +50,6 @@ pre-commit = "^4.0.1" jupyter = "^1.1.0" ruff = "^0.8.2" maturin = "^1.7.5" -bioframe = "^0.7.2" mdpd = "^0.2.1" mkdocs = "^1.6.1" mkdocs-jupyter = "^0.25.1"