Skip to content

Commit

Permalink
Update maturin and move to deps for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
timsaucer committed Jan 14, 2025
1 parent 6179d9b commit e27831d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

[build-system]
requires = ["maturin>=1.5.1,<1.6.0"]
requires = ["maturin>=1.8.1"]
build-backend = "maturin"

[project]
Expand Down Expand Up @@ -84,6 +84,7 @@ max-doc-length = 88

[dependency-groups]
dev = [
"maturin>=1.8.1",
"numpy>1.24.4 ; python_full_version >= '3.10'",
"pytest>=7.4.4",
"ruff>=0.9.1",
Expand All @@ -93,7 +94,6 @@ docs = [
"sphinx>=7.1.2",
"pydata-sphinx-theme==0.8.0",
"myst-parser>=3.0.1",
"maturin>=1.8.1",
"jinja2>=3.1.5",
"ipython>=8.12.3",
"pandas>=2.0.3",
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e27831d

Please sign in to comment.