Skip to content

Commit c5e620e

Browse files
committed
Update omegaconf version to be compatible with python 3.11
1 parent b793419 commit c5e620e

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.9.0,<2.0",
43-
"omegaconf>=2.2,<2.3",
43+
"omegaconf>=2.2,<=2.3",
4444
"packaging>=20.0",
4545
"pandas",
4646
"pathos",

0 commit comments

Comments
 (0)