Skip to content

Commit

Permalink
still restrict matplotlib<3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lldelisle committed May 3, 2024
1 parent c029d9f commit f90d1f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy >=1.20
matplotlib >=3.1.1,<=3.6.2
matplotlib >=3.1.1,<3.9
intervaltree >=2.1.0
pybigwig >=0.3.16
future >=0.17.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def checkProgramIsInstalled(self, program, args, where_to_download,


install_requires_py = ["numpy >=1.20",
"matplotlib >=3.1.1",
"matplotlib >=3.1.1,<3.9",
"intervaltree >=2.1.0",
"pyBigWig >=0.3.16",
"future >=0.17.0",
Expand Down

0 comments on commit f90d1f3

Please sign in to comment.