diff --git a/pyproject.toml b/pyproject.toml index 9127894b..4519bb36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "labthings-fastapi" -version = "0.0.4" +version = "0.0.5" authors = [ { name="Richard Bowman", email="richard.bowman@cantab.net" }, ] @@ -14,7 +14,7 @@ classifiers = [ ] dependencies = [ "pydantic>=2.0.0", - "numpy~=2.0", + "numpy>=1.20", "pydantic_numpy>=6.0", "jsonschema", "typing_extensions",