Skip to content

Commit e27831d

Browse files
committed
Update maturin and move to deps for dev
1 parent 6179d9b commit e27831d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
[build-system]
19-
requires = ["maturin>=1.5.1,<1.6.0"]
19+
requires = ["maturin>=1.8.1"]
2020
build-backend = "maturin"
2121

2222
[project]
@@ -84,6 +84,7 @@ max-doc-length = 88
8484

8585
[dependency-groups]
8686
dev = [
87+
"maturin>=1.8.1",
8788
"numpy>1.24.4 ; python_full_version >= '3.10'",
8889
"pytest>=7.4.4",
8990
"ruff>=0.9.1",
@@ -93,7 +94,6 @@ docs = [
9394
"sphinx>=7.1.2",
9495
"pydata-sphinx-theme==0.8.0",
9596
"myst-parser>=3.0.1",
96-
"maturin>=1.8.1",
9797
"jinja2>=3.1.5",
9898
"ipython>=8.12.3",
9999
"pandas>=2.0.3",

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)