Skip to content

Commit 0402ba0

Browse files
authored
Omegaconf upgrade (#4997)
* Fix Flake8 Violations * Update omegaconf version to be compatible with python 3.11
1 parent ae3cc1c commit 0402ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
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)