Skip to content

Commit c9b420a

Browse files
authored
chore: Allow omegaconf >=2.2,<3 (#5168)
1 parent 246d560 commit c9b420a

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)