diff options
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8bbdb76..c3656a4 100644 --- a/pyproject.toml +++ b/pyproject.toml | |||
| @@ -13,5 +13,5 @@ pytest = "*" | |||
| 13 | toml = "*" | 13 | toml = "*" |
| 14 | 14 | ||
| 15 | [build-system] | 15 | [build-system] |
| 16 | requires = ["maturin"] | 16 | requires = ["maturin>=0.12,<0.13"] |
| 17 | build-backend = "maturin" \ No newline at end of file | 17 | build-backend = "maturin" |
