Skip to content

Commit

Permalink
Merge pull request #413 from dyson-ai/feature/holobench
Browse files Browse the repository at this point in the history
rename to holobench
  • Loading branch information
blooop authored Jun 15, 2024
2 parents 3faa473 + 7685035 commit c49bbfc
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 @@ -528,37 +528,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.26.2
path: .
sha256: 813d28ade748694fe22bcd0ccd22d1350a7f7153457911e0205e2513c8769448
requires_dist:
- holoviews>=1.15,<=1.19.0
- 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.4
- diskcache>=5.6,<=5.6.3
- optuna>=3.2,<=3.6.1
- xarray>=2023.7,<=2024.6.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.3 ; extra == 'test'
- pytest-cov>=4.1,<=5.0.0 ; extra == 'test'
- pytest>=7.4,<=8.2.2 ; extra == 'test'
- hypothesis>=6.82,<=6.103.2 ; extra == 'test'
- ruff>=0.0.280,<=0.4.9 ; extra == 'test'
- coverage>=7.2.7,<=7.5.3 ; extra == 'test'
editable: true
- kind: pypi
name: black
version: 24.4.2
Expand Down Expand Up @@ -1071,6 +1040,37 @@ packages:
- objgraph ; extra == 'test'
- psutil ; extra == 'test'
requires_python: '>=3.7'
- kind: pypi
name: holobench
version: 1.26.3
path: .
sha256: b0f7b893c108899ff4554bf6b090a5500ecd4f693f2b4f3e258634b3b5708518
requires_dist:
- holoviews>=1.15,<=1.19.0
- 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.4
- diskcache>=5.6,<=5.6.3
- optuna>=3.2,<=3.6.1
- xarray>=2023.7,<=2024.6.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.3 ; extra == 'test'
- pytest-cov>=4.1,<=5.0.0 ; extra == 'test'
- pytest>=7.4,<=8.2.2 ; extra == 'test'
- hypothesis>=6.82,<=6.103.2 ; extra == 'test'
- ruff>=0.0.280,<=0.4.9 ; extra == 'test'
- coverage>=7.2.7,<=7.5.3 ; extra == 'test'
editable: true
- kind: pypi
name: holoviews
version: 1.19.0
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.26.2"
name = "holobench"
version = "1.26.3"

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 c49bbfc

Please sign in to comment.