Skip to content

Commit

Permalink
* upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
asofter committed Oct 17, 2024
1 parent b05dcda commit 3bb6e1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ dependencies = [
"regex==2024.9.11",
"tiktoken>=0.5,<0.8",
"torch>=2.4.0",
"transformers>=4.44.2",
"transformers==4.44.2",
"structlog>=24",
"oldest-supported-numpy"
]

[project.optional-dependencies]
onnxruntime = [
"optimum[onnxruntime]>=1.21",
"optimum[onnxruntime]==1.23.1",
]
onnxruntime-gpu = [
"optimum[onnxruntime-gpu]>=1.21",
"optimum[onnxruntime-gpu]==1.23.1",
]
docs-dev = [
"mkdocs>=1.6,<2",
Expand Down

0 comments on commit 3bb6e1b

Please sign in to comment.