Skip to content

Commit c198dd7

Browse files
authored
Merge pull request #82 from labthings/fix-numpy-dependency
Remove no-longer-needed dependency on pydantic-numpy
2 parents e290ef5 + 6cfb312 commit c198dd7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "labthings-fastapi"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
authors = [
55
{ name="Richard Bowman", email="richard.bowman@cantab.net" },
66
]
@@ -15,7 +15,6 @@ classifiers = [
1515
dependencies = [
1616
"pydantic>=2.0.0",
1717
"numpy>=1.20",
18-
"pydantic_numpy>=6.0",
1918
"jsonschema",
2019
"typing_extensions",
2120
"anyio ~=4.0",

0 commit comments

Comments
 (0)