Skip to content

Commit 62c8448

Browse files
committed
chore: Allow omegaconf >=2.2,<3
1 parent 67a3e5a commit 62c8448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"importlib-metadata>=1.4.0,<7.0",
4141
"jsonschema",
4242
"numpy==1.26.4",
43-
"omegaconf>=2.2,<=2.3",
43+
"omegaconf>=2.2,<3",
4444
"packaging>=23.0,<25",
4545
"pandas",
4646
"pathos",

0 commit comments

Comments
 (0)