-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #449 from dyson-ai/dependabot/pip/lib-dependencies…
…-3f09cd43a4 build(deps): bump the lib-dependencies group across 1 directory with 7 updates
- Loading branch information
Showing
2 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "holobench" | ||
version = "1.30.0" | ||
version = "1.30.1" | ||
|
||
authors = [{ name = "Austin Gregg-Smith", email = "[email protected]" }] | ||
description = "A package for benchmarking the performance of arbitrary functions" | ||
|
@@ -9,19 +9,19 @@ license = "MIT" | |
|
||
dependencies = [ | ||
"holoviews>=1.15,<=1.19.1", | ||
"numpy>=1.0,<=2.1.0", | ||
"numpy>=1.0,<=2.1.2", | ||
"param>=1.13.0,<=2.1.1", | ||
"hvplot>=0.8,<=0.10.0", | ||
"hvplot>=0.8,<=0.11.1", | ||
"matplotlib>=3.6.3,<=3.9.2", | ||
"panel>=1.3.6,<=1.4.5", | ||
"panel>=1.3.6,<=1.5.3", | ||
"diskcache>=5.6,<=5.6.3", | ||
"optuna>=3.2,<=4.0.0", | ||
"xarray>=2023.7,<=2024.7.0", | ||
"plotly>=5.15,<=5.24.0", | ||
"xarray>=2023.7,<=2024.10.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", | ||
|