Skip to content

Commit

Permalink
fix: bioframe dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiewior committed Dec 17, 2024
1 parent 696d260 commit 2ef6724
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 2ef6724

Please sign in to comment.