Skip to content

Commit

Permalink
Update dependencies in pyproject.toml (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Sep 9, 2024
1 parent abae9ed commit f223cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"DLite-Python>=0.4.5,<1.0",
"numpy>=1.21,<2.0.3",
"oteapi-core>=0.6.0,<0.6.2",
"pydantic~=2.8",
"pydantic~=2.9",
"pydantic-settings~=2.4",
"typing-extensions~=4.12; python_version < '3.10'",
"Pillow>=9.0.1,<11",
Expand All @@ -40,7 +40,7 @@ docs = [
"mkdocs>=1.5.3,<1.7",
"mkdocs-awesome-pages-plugin~=2.9",
"mkdocs-material>=9.5.5,<10",
"mkdocstrings[python]~=0.26.0",
"mkdocstrings[python]~=0.26.1",
]
testing = [
"PyYAML>=5.4.1,<7",
Expand Down

0 comments on commit f223cec

Please sign in to comment.