Skip to content

Commit

Permalink
fix(pyproject): uniform dep naming
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Dec 15, 2023
1 parent 49b26da commit ebca15e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ mysql-connector-python = "8.0.23"
gimmemotifs = { git = "https://github.com/cameronraysmith/gimmemotifs.git", branch = "bound-configparser-6" }
# gtfparse 1.3.0 never released to bioconda
gtfparse = {version = "1.3.0", source = "pypi"}
HTSeq = "2.0.5"
htseq = "2.0.5"
pybedtools = { git = "https://github.com/cameronraysmith/pybedtools.git", branch = "cpp17-no-register" }
pysam = "0.22.0"
sourmash = "4.8.4"
Expand Down Expand Up @@ -195,7 +195,7 @@ bioinformatics = [
"mysql-connector-python",
"gimmemotifs",
"gtfparse",
"HTSeq",
"htseq",
"pybedtools",
"pysam",
"sourmash",
Expand Down

0 comments on commit ebca15e

Please sign in to comment.