Skip to content

Commit

Permalink
chore: unpin fgpyo dependency
Browse files Browse the repository at this point in the history
Does `fgpyo` need to be pinned to `0.7.1`, or can we use our usual [caret dependency](https://python-poetry.org/docs/dependency-specification/#caret-requirements) to permit any `0.x` minor version at 0.8 or later? 

I'd at least like to bump the version to 0.8.0 - it'd be helpful in a client project to have `fgpyo.io.assert_fasta_indexed()` available, which was added in 0.8.0.
  • Loading branch information
msto authored Dec 5, 2024
1 parent f62c4b5 commit 3ea6178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ python = "^3.11"
pyproject_hooks= "^1.0.0,!=1.1.0"
pybedlite = "1.0.0"
strenum = "^0.4.15"
fgpyo = "0.7.1"
fgpyo = "^0.8.0"
pysam = "^0.22.1"
ordered-set = "^4.1.0"

Expand Down

0 comments on commit 3ea6178

Please sign in to comment.