diff --git a/pixi.lock b/pixi.lock index dfdd7737..280b4a15 100644 --- a/pixi.lock +++ b/pixi.lock @@ -1037,34 +1037,34 @@ packages: requires_python: '>=3.7' - kind: pypi name: holobench - version: 1.30.0 + version: 1.30.1 path: . - sha256: 9dd34865a2bcf2aefde308b6f1d3e418b5dc5cd5d8252a948b21d6082bc534b4 + sha256: 0e756dd5dfeed68ad8088841adc19ccb88fcd395c667bfbffb786d008165f2b9 requires_dist: - 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 - - black>=23,<=24.8.0 ; extra == 'test' + - black>=23,<=24.10.0 ; extra == 'test' - pylint>=3.2.5,<=3.3.1 ; extra == 'test' - - pytest-cov>=4.1,<=5.0.0 ; extra == 'test' + - pytest-cov>=4.1,<=6.0.0 ; extra == 'test' - pytest>=7.4,<=8.3.3 ; extra == 'test' - - hypothesis>=6.104.2,<=6.112.2 ; extra == 'test' - - ruff>=0.5.0,<=0.6.8 ; extra == 'test' - - coverage>=7.5.4,<=7.6.1 ; extra == 'test' + - hypothesis>=6.104.2,<=6.116.0 ; extra == 'test' + - ruff>=0.5.0,<=0.7.2 ; extra == 'test' + - coverage>=7.5.4,<=7.6.4 ; extra == 'test' editable: true - kind: pypi name: holoviews diff --git a/pyproject.toml b/pyproject.toml index 7a706a2f..9e0b0595 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "holobench" -version = "1.30.0" +version = "1.30.1" authors = [{ name = "Austin Gregg-Smith", email = "blooop@gmail.com" }] 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",