Skip to content

Commit 6a18be3

Browse files
Bump the actions group with 5 updates
Bumps the actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [numpy](https://github.com/numpy/numpy) | `2.1.0` | `2.1.1` | | [pandas](https://github.com/pandas-dev/pandas) | `2.2.2` | `2.2.3` | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.5.1` | `1.5.2` | | [sympy](https://github.com/sympy/sympy) | `1.13.2` | `1.13.3` | | [statsmodels](https://github.com/statsmodels/statsmodels) | `0.14.2` | `0.14.3` | Updates `numpy` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.1.0...v2.1.1) Updates `pandas` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.2.2...v2.2.3) Updates `scikit-learn` from 1.5.1 to 1.5.2 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.5.1...1.5.2) Updates `sympy` from 1.13.2 to 1.13.3 - [Release notes](https://github.com/sympy/sympy/releases) - [Commits](sympy/sympy@sympy-1.13.2...sympy-1.13.3) Updates `statsmodels` from 0.14.2 to 0.14.3 - [Release notes](https://github.com/statsmodels/statsmodels/releases) - [Changelog](https://github.com/statsmodels/statsmodels/blob/main/CHANGES.md) - [Commits](statsmodels/statsmodels@v0.14.2...v0.14.3) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: scikit-learn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: sympy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: statsmodels dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 04a9bbf commit 6a18be3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
numpy==2.1.0
1+
numpy==2.1.1
22
scipy==1.14.1
33
matplotlib==3.9.2
4-
pandas==2.2.2
4+
pandas==2.2.3
55
patsy==0.5.6
66
pyarrow==17.0.0
7-
scikit-learn==1.5.1
7+
scikit-learn==1.5.2
88
scikit-image==0.24.0
9-
sympy==1.13.2
10-
statsmodels==0.14.2
9+
sympy==1.13.3
10+
statsmodels==0.14.3
1111
seaborn==0.13.2
1212
pytest>=8.2
1313
sphinx>=8.0

0 commit comments

Comments
 (0)