Skip to content

Commit

Permalink
Remove dependency on deprecated oldest-supported-numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasburger committed Oct 6, 2024
1 parent f6591b6 commit 9db50b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions llm_guard_api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ dependencies = [
"opentelemetry-exporter-prometheus==0.47b0",
"opentelemetry-sdk-extension-aws==2.0.2",
"opentelemetry-propagator-aws-xray==1.0.2",
"psutil>=5.9",
"oldest-supported-numpy"
"psutil>=5.9"
]

[project.optional-dependencies]
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ dependencies = [
"tiktoken>=0.5,<0.8",
"torch>=2.4.0",
"transformers>=4.43.4",
"structlog>=24",
"oldest-supported-numpy"
"structlog>=24"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 9db50b3

Please sign in to comment.