diff --git a/pixi.lock b/pixi.lock index 787e3aca..679669d1 100644 --- a/pixi.lock +++ b/pixi.lock @@ -425,37 +425,6 @@ packages: - pytest-xdist[psutil] ; extra == 'tests-no-zope' - pytest>=4.3.0 ; extra == 'tests-no-zope' requires_python: '>=3.7' -- kind: pypi - name: bencher - version: 1.22.1 - path: . - sha256: b77f20d5648e82dca19e3652b07794a61fcaa5c3091467e39498100ece82689d - requires_dist: - - holoviews>=1.15,<=1.18.3 - - numpy>=1.0,<=1.26.4 - - param>=1.13.0,<=2.1.0 - - hvplot>=0.8,<=0.10.0 - - matplotlib>=3.6.3,<=3.9.0 - - panel>=1.3.6,<=1.4.3 - - diskcache>=5.6,<=5.6.3 - - optuna>=3.2,<=3.6.1 - - xarray>=2023.7,<=2024.5.0 - - plotly>=5.15,<=5.22.0 - - sortedcontainers>=2.4,<=2.4 - - pandas>=2.0,<=2.2.2 - - strenum>=0.4.0,<=0.4.15 - - scikit-learn>=1.2,<=1.5.0 - - str2bool>=1.1,<=1.1 - - scoop>=0.7.0,<=0.7.2.0 - - moviepy>=1.0.3,<=1.0.3 - - black>=23,<=24.4.2 ; extra == 'test' - - pylint>=2.17.7,<=3.2.2 ; extra == 'test' - - pytest-cov>=4.1,<=5.0.0 ; extra == 'test' - - pytest>=7.4,<=8.2.1 ; extra == 'test' - - hypothesis>=6.82,<=6.102.6 ; extra == 'test' - - ruff>=0.3,<=0.4.5 ; extra == 'test' - - coverage>=7.2.7,<=7.5.2 ; extra == 'test' - editable: true - kind: pypi name: black version: 24.4.2 @@ -925,6 +894,37 @@ packages: - objgraph ; extra == 'test' - psutil ; extra == 'test' requires_python: '>=3.7' +- kind: pypi + name: holobench + version: 1.22.2 + path: . + sha256: 54147df86103973ef8ed8b79db48096185f9f392e648d35a9494eda5563c7440 + requires_dist: + - holoviews>=1.15,<=1.18.3 + - numpy>=1.0,<=1.26.4 + - param>=1.13.0,<=2.1.0 + - hvplot>=0.8,<=0.10.0 + - matplotlib>=3.6.3,<=3.9.0 + - panel>=1.3.6,<=1.4.3 + - diskcache>=5.6,<=5.6.3 + - optuna>=3.2,<=3.6.1 + - xarray>=2023.7,<=2024.5.0 + - plotly>=5.15,<=5.22.0 + - sortedcontainers>=2.4,<=2.4 + - pandas>=2.0,<=2.2.2 + - strenum>=0.4.0,<=0.4.15 + - scikit-learn>=1.2,<=1.5.0 + - str2bool>=1.1,<=1.1 + - scoop>=0.7.0,<=0.7.2.0 + - moviepy>=1.0.3,<=1.0.3 + - black>=23,<=24.4.2 ; extra == 'test' + - pylint>=2.17.7,<=3.2.2 ; extra == 'test' + - pytest-cov>=4.1,<=5.0.0 ; extra == 'test' + - pytest>=7.4,<=8.2.1 ; extra == 'test' + - hypothesis>=6.82,<=6.102.6 ; extra == 'test' + - ruff>=0.3,<=0.4.5 ; extra == 'test' + - coverage>=7.2.7,<=7.5.2 ; extra == 'test' + editable: true - kind: pypi name: holoviews version: 1.18.3 diff --git a/pyproject.toml b/pyproject.toml index aff5ae7f..dc5fd89f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] -name = "bencher" -version = "1.22.1" +name = "holobench" +version = "1.22.2" authors = [{ name = "Austin Gregg-Smith", email = "blooop@gmail.com" }] description = "A package for benchmarking the performance of arbitrary functions"