Skip to content

Commit

Permalink
Merge pull request #1349 from wm75/patch-1
Browse files Browse the repository at this point in the history
Add version constraint to maturin requirement
  • Loading branch information
WardDeb authored Jan 10, 2025
2 parents f82e652 + f009313 commit 98c9564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"maturin"
"maturin>=1.0,<2.0"
]
build-backend = "maturin"

Expand Down Expand Up @@ -85,4 +85,4 @@ plotPCA = "deeptools.plotPCA:main"
plotProfile = "deeptools.plotProfile:main"
bamCoverage2 = "deeptools.bamCoverage2:main"
bamCompare2 = "deeptools.bamCompare2:main"
computeMatrix2 = "deeptools.computeMatrix2:main"
computeMatrix2 = "deeptools.computeMatrix2:main"

0 comments on commit 98c9564

Please sign in to comment.