Skip to content

Commit

Permalink
maint: unpin maturin
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Jul 9, 2024
1 parent d06df91 commit 05a94de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
virtualenv mocpy-env
.\mocpy-env\Scripts\activate
# Install and use maturin
pip install maturin==1.6
pip install maturin
maturin develop --release
# Install dependencies
pip install .[dev]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ repository = "https://github.com/cds-astro/mocpy"

# Build a mocpy-x.x.x.tar.gz containing sources (from maturin).
[build-system]
requires = ["maturin>=0.13, < 1.7"]
requires = ["maturin>=0.13"]
build-backend = "maturin"

[tool.maturin]
Expand Down

0 comments on commit 05a94de

Please sign in to comment.