diff --git a/doc/requirements.txt b/doc/requirements.txt index fefe4cd..46c66fe 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,6 @@ sphinx==7.3.7 pydata-sphinx-theme==0.15.2 -sphinx-design==0.5.0 +sphinx-design==0.6.0 # this should be mocked in autodoc_mock_imports # however, it causes issues with union types PEP 604 support # ie fails with TypeError: unsupported operand type(s) for |: 'ndarray' and 'NoneType' diff --git a/pyproject.toml b/pyproject.toml index ebf375b..3948285 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pandas = "2.2.2" scikit-learn = "1.4.2" torch = "2.3.0" pwlf = "2.2.1" -matplotlib = "3.8.4" +matplotlib = "3.9.0" urllib3 = "2.2.1" requests = "2.31.0" pytz = "2024.1" @@ -26,10 +26,10 @@ PyYAML = "~6.0.1" boto3 = "^1.34.74" dataclasses-json = "0.6.6" tabulate = "0.9.0" -onnxruntime = "1.17.3" +onnxruntime = "1.18.0" [tool.poetry.dev-dependencies] -coverage = { version = "7.5.1", extras = ["toml"] } +coverage = { version = "7.5.2", extras = ["toml"] } [tool.poetry.scripts] tests = "tests.discover:run"