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 22, 2024
1 parent 125ef5d commit f6bd562
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 @@ -43,8 +43,8 @@ docs = [
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",
Expand Down

0 comments on commit f6bd562

Please sign in to comment.