Skip to content

Commit

Permalink
build(deps): bump the lib-dependencies group with 9 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [holoviews](https://github.com/holoviz/holoviews), [hvplot](https://github.com/holoviz/hvplot), [matplotlib](https://github.com/matplotlib/matplotlib), [panel](https://github.com/holoviz/panel), [optuna](https://github.com/optuna/optuna), [xarray](https://github.com/pydata/xarray), [pandas](https://github.com/pandas-dev/pandas), [scikit-learn](https://github.com/scikit-learn/scikit-learn) and [rerun-sdk](https://github.com/rerun-io/rerun) to permit the latest version.

Updates `holoviews` to 1.20.0
- [Release notes](https://github.com/holoviz/holoviews/releases)
- [Changelog](https://github.com/holoviz/holoviews/blob/main/doc/releases.md)
- [Commits](holoviz/holoviews@v1.15.0...v1.20.0)

Updates `hvplot` to 0.11.1
- [Release notes](https://github.com/holoviz/hvplot/releases)
- [Changelog](https://github.com/holoviz/hvplot/blob/main/doc/releases.md)
- [Commits](holoviz/hvplot@v0.8.0...v0.11.1)

Updates `matplotlib` to 3.9.3
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.6.3...v3.9.3)

Updates `panel` to 1.5.4
- [Release notes](https://github.com/holoviz/panel/releases)
- [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md)
- [Commits](holoviz/panel@v1.3.6...v1.5.4)

Updates `optuna` to 4.1.0
- [Release notes](https://github.com/optuna/optuna/releases)
- [Commits](optuna/optuna@v3.2.0...v4.1.0)

Updates `xarray` to 2024.11.0
- [Release notes](https://github.com/pydata/xarray/releases)
- [Changelog](https://github.com/pydata/xarray/blob/main/HOW_TO_RELEASE.md)
- [Commits](pydata/xarray@v2023.07.0...v2024.11.0)

Updates `pandas` to 2.2.3
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.0.0...v2.2.3)

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

Updates `rerun-sdk` from 0.20.1 to 0.20.2
- [Release notes](https://github.com/rerun-io/rerun/releases)
- [Changelog](https://github.com/rerun-io/rerun/blob/main/CHANGELOG.md)
- [Commits](rerun-io/rerun@0.20.1...0.20.2)

---
updated-dependencies:
- dependency-name: holoviews
  dependency-type: direct:production
  dependency-group: lib-dependencies
- dependency-name: hvplot
  dependency-type: direct:production
  dependency-group: lib-dependencies
- dependency-name: matplotlib
  dependency-type: direct:production
  dependency-group: lib-dependencies
- dependency-name: panel
  dependency-type: direct:production
  dependency-group: lib-dependencies
- dependency-name: optuna
  dependency-type: direct:production
  dependency-group: lib-dependencies
- dependency-name: xarray
  dependency-type: direct:production
  dependency-group: lib-dependencies
- dependency-name: pandas
  dependency-type: direct:production
  dependency-group: lib-dependencies
- dependency-name: scikit-learn
  dependency-type: direct:production
  dependency-group: lib-dependencies
- dependency-name: rerun-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: lib-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 154385a commit 5680dc2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@ license = "MIT"
requires-python = ">=3.10,<3.13"

dependencies = [
"holoviews>=1.15,<=1.19.1",
"holoviews>=1.15,<=1.20.0",
"numpy>=1.0,<=2.1.3",
"param>=1.13.0,<=2.1.1",
"hvplot>=0.8,<=0.10.0",
"matplotlib>=3.6.3,<=3.9.2",
"panel>=1.3.6,<=1.4.5",
"hvplot>=0.8,<=0.11.1",
"matplotlib>=3.6.3,<=3.9.3",
"panel>=1.3.6,<=1.5.4",
"diskcache>=5.6,<=5.6.3",
"optuna>=3.2,<=4.0.0",
"xarray>=2023.7,<=2024.7.0",
"optuna>=3.2,<=4.1.0",
"xarray>=2023.7,<=2024.11.0",
"plotly>=5.15,<=5.24.1",
"sortedcontainers>=2.4,<=2.4",
"pandas>=2.0,<=2.2.2",
"pandas>=2.0,<=2.2.3",
"strenum>=0.4.0,<=0.4.15",
"scikit-learn>=1.2,<=1.5.1",
"scikit-learn>=1.2,<=1.5.2",
"str2bool>=1.1,<=1.1",
"scoop>=0.7.0,<=0.7.2.0",
"moviepy-fix-codec",
"rerun-sdk==0.20.1",
"rerun-sdk==0.20.2",
"rerun-notebook",
"flask",
"flask-cors"
Expand Down

0 comments on commit 5680dc2

Please sign in to comment.