Skip to content

Commit

Permalink
Fix package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Jan 26, 2024
1 parent a877605 commit cf9abda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ python_requires = >=3.8
# For more information, check out https://semver.org/.
install_requires =
importlib-metadata; python_version<"3.8"
dolomite_base==0.2.0
dolomite_matrix==0.1.0
dolomite_ranges==0.1.0
dolomite-base>=0.2.0
dolomite-matrix>=0.1.0
dolomite-ranges>=0.1.0
summarizedexperiment>=0.4.2,<0.5.0


Expand Down

0 comments on commit cf9abda

Please sign in to comment.