Skip to content

Commit 04d2149

Browse files
Removed h5py dependency (#352)
1 parent b04d698 commit 04d2149

File tree

2 files changed

+6
-50
lines changed

2 files changed

+6
-50
lines changed

poetry.lock

+5-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "redisbench-admin"
3-
version = "0.8.8"
3+
version = "0.8.9"
44
description = "Redis benchmark run helper. A wrapper around Redis and Redis Modules benchmark tools ( ftsb_redisearch, memtier_benchmark, redis-benchmark, aibench, etc... )."
55
authors = ["filipecosta90 <[email protected]>","Redis Performance Group <[email protected]>"]
66
readme = "README.md"
@@ -35,7 +35,6 @@ tox-docker = "^3.1.0"
3535
daemonize = "^2.5.0"
3636
pandas = "^1.0"
3737
ansicolors = "^1.1.8"
38-
h5py = "^2.10.0"
3938
matplotlib = "^3.1.2"
4039
numpy = "^1.17.4"
4140
psutil = "^5.6.6"

0 commit comments

Comments
 (0)