Skip to content

Commit

Permalink
move msgpack to core dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Aug 21, 2024
1 parent e1a13a4 commit a13d2a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ dependencies = [
"pydantic>=2,<3",
"jmespath>=1.0",
"datamodel-code-generator>=0.25",
"Pillow>=10.0.0,<11"
"Pillow>=10.0.0,<11",
"msgpack>=1.0.4,<2"
]

[project.optional-dependencies]
Expand All @@ -62,7 +63,6 @@ torch = [
]
remote = [
"lz4",
"msgpack>=1.0.4,<2",
"requests>=2.22.0"
]
vector = [
Expand Down

0 comments on commit a13d2a7

Please sign in to comment.