Skip to content

Commit

Permalink
chore: unpin pybedlite dependency
Browse files Browse the repository at this point in the history
Similar to #97 , this PR unpins the dependency on pybedlite.

I am opening two separate PRs in case there is an argument for one dependency to be pinned but not the other.
  • Loading branch information
msto authored and tfenne committed Dec 13, 2024
1 parent 3c3ed80 commit 978fd4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ include = ["LICENSE"]
[tool.poetry.dependencies]
python = "^3.11"
pyproject_hooks= "^1.0.0,!=1.1.0"
pybedlite = "1.0.0"
pybedlite = "^1.0.0"
strenum = "^0.4.15"
fgpyo = "^0.8.0"
pysam = "^0.22.1"
Expand Down

0 comments on commit 978fd4c

Please sign in to comment.