Skip to content

Commit

Permalink
* try to require numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
asofter committed Jun 17, 2024
1 parent 808e25f commit b44432f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions llm_guard_api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies = [
"opentelemetry-sdk-extension-aws==2.0.1",
"opentelemetry-propagator-aws-xray==1.0.1",
"psutil>=5.9",
"oldest-supported-numpy"
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"torch>=2.0.1,<=2.3.1",
"transformers==4.41.2",
"structlog>=24",
"numpy>=1.26"
"oldest-supported-numpy"
]

[project.optional-dependencies]
Expand Down

0 comments on commit b44432f

Please sign in to comment.