Skip to content

Commit

Permalink
Bump the pip-all-updates group with 9 updates
Browse files Browse the repository at this point in the history
Bumps the pip-all-updates group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [black](https://github.com/psf/black) | `24.10.0` | `25.1.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.8.4` | `0.9.4` |
| [scikit-image](https://github.com/scikit-image/scikit-image) | `0.25.0` | `0.25.1` |
| [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.6.0` | `1.6.1` |
| [scipy](https://github.com/scipy/scipy) | `1.14.1` | `1.15.1` |
| [torch](https://github.com/pytorch/pytorch) | `2.5.1` | `2.6.0` |
| [torchvision](https://github.com/pytorch/vision) | `0.20.1` | `0.21.0` |
| [transformers](https://github.com/huggingface/transformers) | `4.47.1` | `4.48.2` |
| [tabpfn](https://github.com/priorlabs/tabpfn) | `2.0.3` | `2.0.5` |


Updates `black` from 24.10.0 to 25.1.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.10.0...25.1.0)

Updates `ruff` from 0.8.4 to 0.9.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.8.4...0.9.4)

Updates `scikit-image` from 0.25.0 to 0.25.1
- [Release notes](https://github.com/scikit-image/scikit-image/releases)
- [Changelog](https://github.com/scikit-image/scikit-image/blob/main/RELEASE.txt)
- [Commits](scikit-image/scikit-image@v0.25.0...v0.25.1)

Updates `scikit-learn` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.6.0...1.6.1)

Updates `scipy` from 1.14.1 to 1.15.1
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.14.1...v1.15.1)

Updates `torch` from 2.5.1 to 2.6.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.5.1...v2.6.0)

Updates `torchvision` from 0.20.1 to 0.21.0
- [Release notes](https://github.com/pytorch/vision/releases)
- [Commits](pytorch/vision@v0.20.1...v0.21.0)

Updates `transformers` from 4.47.1 to 4.48.2
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.47.1...v4.48.2)

Updates `tabpfn` from 2.0.3 to 2.0.5
- [Commits](https://github.com/priorlabs/tabpfn/commits)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-all-updates
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-all-updates
- dependency-name: scikit-image
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all-updates
- dependency-name: scikit-learn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all-updates
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-all-updates
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-all-updates
- dependency-name: torchvision
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-all-updates
- dependency-name: transformers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-all-updates
- dependency-name: tabpfn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 0e27619 commit bbc908c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# this requirements.txt file is maintained and bumbped by dependabot
# this file is used to see weather new versions of the libraries are available and break shapiq
black==24.10.0
black==25.1.0
colour==0.1.5
coverage==7.6.10
matplotlib==3.10.0
networkx==3.4.2
pandas==2.2.3
pytest==8.3.4
ruff==0.8.4
scikit-image==0.25.0
scikit-learn==1.6.0
scipy==1.14.1
ruff==0.9.4
scikit-image==0.25.1
scikit-learn==1.6.1
scipy==1.15.1
tqdm==4.67.1
torch==2.5.1
torchvision==0.20.1
transformers==4.47.1
torch==2.6.0
torchvision==0.21.0
transformers==4.48.2
tensorflow==2.18.0
tf-keras==2.18.0
xgboost==2.1.3
numpy==1.26.4
requests==2.32.3
lightgbm==4.5.0
tabpfn==2.0.3; python_version <= '3.11'
tabpfn==2.0.5; python_version <= '3.11'

0 comments on commit bbc908c

Please sign in to comment.