Skip to content

Commit

Permalink
Omegaconf upgrade (#4997)
Browse files Browse the repository at this point in the history
* Fix Flake8 Violations

* Update omegaconf version to be compatible with python 3.11
  • Loading branch information
nargokul authored Jan 17, 2025
1 parent ae3cc1c commit 0402ba0
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 @@ -40,7 +40,7 @@ dependencies = [
"importlib-metadata>=1.4.0,<7.0",
"jsonschema",
"numpy>=1.9.0,<2.0",
"omegaconf>=2.2,<2.3",
"omegaconf>=2.2,<=2.3",
"packaging>=20.0",
"pandas",
"pathos",
Expand Down

0 comments on commit 0402ba0

Please sign in to comment.