Skip to content

Commit

Permalink
Merge pull request #385 from dyson-ai/feature/rename_holobench
Browse files Browse the repository at this point in the history
rename project to holobench for publishing
  • Loading branch information
blooop authored May 30, 2024
2 parents b4f0d92 + 58d9bdd commit 88077b1
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
62 changes: 31 additions & 31 deletions pixi.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 88077b1

Please sign in to comment.