We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f415a95 + 0a5563c commit e290ef5Copy full SHA for e290ef5
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "labthings-fastapi"
3
-version = "0.0.4"
+version = "0.0.5"
4
authors = [
5
{ name="Richard Bowman", email="richard.bowman@cantab.net" },
6
]
@@ -14,7 +14,7 @@ classifiers = [
14
15
dependencies = [
16
"pydantic>=2.0.0",
17
- "numpy~=2.0",
+ "numpy>=1.20",
18
"pydantic_numpy>=6.0",
19
"jsonschema",
20
"typing_extensions",
0 commit comments