Skip to content

Commit

Permalink
Update dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Jul 29, 2024
1 parent 125ef5d commit 03f7db8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ dynamic = ["version"]
dependencies = [
# Core dependencies
"DLite-Python>=0.4.5,<1.0",
"numpy>=1.21,<1.27.0",
"numpy>=1.21,<2.0.2",
"oteapi-core>=0.6.0,<0.6.2",
"pydantic~=2.5",
"pydantic-settings~=2.0",
"typing-extensions~=4.8; python_version<'3.10'",
"pydantic~=2.8",
"pydantic-settings~=2.3",
"typing-extensions~=4.12; python_version < '3.10'",
"Pillow>=9.0.1,<11",
"tripper>=0.1.2",
]
Expand All @@ -38,16 +38,16 @@ docs = [
"mkdocs>=1.5.3,<1.7",
"mkdocs-awesome-pages-plugin~=2.9",
"mkdocs-material>=9.5.5,<10",
"mkdocstrings[python]~=0.25.1",
"mkdocstrings[python]~=0.25.2",
]
testing = [
"PyYAML>=5.4.1,<7",
"otelib>=0.4.0,<1",
"pytest~=7.4",
"pytest-cov~=4.1",
"pytest>=7.4.0,<9",
"pytest-cov>=4.1.0,<6",
]
dev = [
"pre-commit~=3.7",
"pre-commit~=3.8",
"oteapi-dlite[docs,testing]",
]

Expand Down

0 comments on commit 03f7db8

Please sign in to comment.