Skip to content

Commit

Permalink
Fix pydantic pins
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe authored Nov 19, 2024
1 parent 3770872 commit 4745c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"imageio>=2.10",
"loguru",
"numpy",
"pydantic-settings>=2.7.0,<3",
"pydantic",
"pydantic-settings>=2.5,<3",
"pydantic>=2.7.0,<3",
"requests",
"ruyaml",
"tqdm",
Expand Down

0 comments on commit 4745c5b

Please sign in to comment.