Skip to content

Commit

Permalink
build(deps-dev): bump torch-scatter from 2.1.1 to 2.1.2
Browse files Browse the repository at this point in the history
Bumps [torch-scatter](https://github.com/rusty1s/pytorch_scatter) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/rusty1s/pytorch_scatter/releases)
- [Commits](rusty1s/pytorch_scatter@2.1.1...2.1.2)

---
updated-dependencies:
- dependency-name: torch-scatter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent 700b0aa commit fae783e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dev = [
]
pyg = [
"torch_geometric==2.3.1",
"torch_scatter==2.1.1",
"torch_scatter==2.1.2",
"torch_sparse==0.6.18",
"pybind11"
]
Expand Down

0 comments on commit fae783e

Please sign in to comment.