Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-galataud committed May 28, 2024
1 parent ff83101 commit 50773c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ 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"
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"
Expand Down

0 comments on commit 50773c9

Please sign in to comment.