Skip to content

Commit

Permalink
Removed h5py dependency (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 authored May 11, 2022
1 parent b04d698 commit 04d2149
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 50 deletions.
53 changes: 5 additions & 48 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "redisbench-admin"
version = "0.8.8"
version = "0.8.9"
description = "Redis benchmark run helper. A wrapper around Redis and Redis Modules benchmark tools ( ftsb_redisearch, memtier_benchmark, redis-benchmark, aibench, etc... )."
authors = ["filipecosta90 <filipecosta.90@gmail.com>","Redis Performance Group <performance@redis.com>"]
readme = "README.md"
Expand Down Expand Up @@ -35,7 +35,6 @@ tox-docker = "^3.1.0"
daemonize = "^2.5.0"
pandas = "^1.0"
ansicolors = "^1.1.8"
h5py = "^2.10.0"
matplotlib = "^3.1.2"
numpy = "^1.17.4"
psutil = "^5.6.6"
Expand Down

0 comments on commit 04d2149

Please sign in to comment.