Skip to content

Commit

Permalink
pin dataclass-wizard <0.31.0 to avoid bug in dataclass-wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
leifdenby committed Dec 2, 2024
1 parent 52c4528 commit 6205dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"torch>=2.3.0",
"torch-geometric==2.3.1",
"parse>=1.20.2",
"dataclass-wizard>=0.22.3",
"dataclass-wizard<0.31.0",
"mllam-data-prep>=0.5.0",
]
requires-python = ">=3.9"
Expand Down

0 comments on commit 6205dbd

Please sign in to comment.