Skip to content

Commit

Permalink
updating plotly and matplotplib
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Caballero committed Jan 22, 2025
1 parent 485be30 commit d59f85f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ requires-python = "> 3.8"
dependencies = [
"numpy >= 2.0.0",
"scipy >= 0.17.0",
"matplotlib >= 3.5.0",
"matplotlib >= 3.9",
"pysam >= 0.14.0",
"numpydoc >= 0.5",
"pyBigWig >= 0.2.1",
"py2bit >= 0.2.0",
"plotly >= 4.9",
"plotly >= 5.24",
"pandas >= 2.2",
"kaleido >= 0.2",
"deeptoolsintervals >= 0.1.8"
]
description = "Useful tools for exploring deep sequencing data."
Expand Down

0 comments on commit d59f85f

Please sign in to comment.