From 221ca0693263c3a1bbba7f08efed15cec69c87fa Mon Sep 17 00:00:00 2001 From: Ryan J Field Date: Sat, 8 Jul 2023 09:20:15 +0100 Subject: [PATCH] Remove h5py --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4cfb156..d91252b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "data_pipeline_api" -version = "0.7.12" +version = "0.7.13" description = "Python api to interact with the Fair Data Pipeline" authors = [ "Ryan J Field ", @@ -35,7 +35,6 @@ python = ">=3.8,<4.0" requests = "^2.23.0" matplotlib = "^3.5.1" scipy = "^1.7.3" -h5py = "^3.6.0" PyYAML = "^6.0" [tool.poetry.dev-dependencies]