Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#319)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.2](astral-sh/ruff-pre-commit@v0.9.1...v0.9.2)

* fix numba

* add releasenote

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Intron7 <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and Intron7 authored Jan 21, 2025
1 parent 5eaecc5 commit 870c052
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.1
rev: v0.9.2
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand Down
13 changes: 13 additions & 0 deletions docs/release-notes/0.11.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### 0.10.11 {small}`the-future`

```{rubric} Features
```
```{rubric} Performance
```

```{rubric} Bug fixes
```

```{rubric} Misc
```
* Pin `numba<0.61.0`{pr}`319` {smaller}`S Dicks`
2 changes: 2 additions & 0 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# Release notes

## Version 0.11.0
```{include} /release-notes/0.11.1.md
```
```{include} /release-notes/0.11.0.md
```

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ dependencies = [
]

[project.optional-dependencies]
rapids11 = ["cupy-cuda11x","cudf-cu11==24.12.*", "cuml-cu11==24.12.*", "cugraph-cu11==24.12.*"]
rapids12 = ["cupy-cuda12x","cudf-cu12==24.12.*", "cuml-cu12==24.12.*", "cugraph-cu12==24.12.*"]
rapids11 = ["cupy-cuda11x","cudf-cu11==24.12.*", "cuml-cu11==24.12.*", "cugraph-cu11==24.12.*","numba < 0.61.0"]
rapids12 = ["cupy-cuda12x","cudf-cu12==24.12.*", "cuml-cu12==24.12.*", "cugraph-cu12==24.12.*", "numba < 0.61.0"]
doc = [
"sphinx>=4.5.0",
"sphinx-copybutton",
Expand Down

0 comments on commit 870c052

Please sign in to comment.