Skip to content

Commit

Permalink
Merge pull request #454 from dyson-ai/feature/numpy_update
Browse files Browse the repository at this point in the history
update numpy to latest version
  • Loading branch information
blooop authored Nov 24, 2024
2 parents e88bd5d + 53e5f27 commit 7061df2
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 57 deletions.
108 changes: 54 additions & 54 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "holobench"
version = "1.30.2"
version = "1.30.3"

authors = [{ name = "Austin Gregg-Smith", email = "[email protected]" }]
description = "A package for benchmarking the performance of arbitrary functions"
Expand All @@ -11,15 +11,15 @@ requires-python = ">=3.10,<3.13"

dependencies = [
"holoviews>=1.15,<=1.19.1",
"numpy>=1.0,<=2.1.0",
"numpy>=1.0,<=2.1.3",
"param>=1.13.0,<=2.1.1",
"hvplot>=0.8,<=0.10.0",
"matplotlib>=3.6.3,<=3.9.2",
"panel>=1.3.6,<=1.4.5",
"diskcache>=5.6,<=5.6.3",
"optuna>=3.2,<=4.0.0",
"xarray>=2023.7,<=2024.7.0",
"plotly>=5.15,<=5.24.0",
"plotly>=5.15,<=5.24.1",
"sortedcontainers>=2.4,<=2.4",
"pandas>=2.0,<=2.2.2",
"strenum>=0.4.0,<=0.4.15",
Expand Down

0 comments on commit 7061df2

Please sign in to comment.