Skip to content

Commit

Permalink
fix(numpy issue):
Browse files Browse the repository at this point in the history
  • Loading branch information
msoedov committed Oct 19, 2024
1 parent d7f6c7b commit 1ba5650
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 48 deletions.
Binary file modified agentic_security/refusal_classifier/oneclass_svm_model.joblib
Binary file not shown.
Binary file modified agentic_security/refusal_classifier/scaler.joblib
Binary file not shown.
Binary file modified agentic_security/refusal_classifier/tfidf_vectorizer.joblib
Binary file not shown.
85 changes: 38 additions & 47 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "agentic_security"
version = "0.2.5"
version = "0.2.6"
description = "Agentic LLM vulnerability scanner"
authors = ["Alexander Miasoiedov <[email protected]>"]
maintainers = ["Alexander Miasoiedov <[email protected]>"]
Expand Down Expand Up @@ -40,6 +40,7 @@ matplotlib = "^3.9.2"
pydantic = "2.9.2"
scikit-optimize = "^0.10.2"
scikit-learn = "1.5.1"
numpy = "^1.24.3"

[tool.poetry.group.dev.dependencies]
black = "^24.10.0"
Expand Down

0 comments on commit 1ba5650

Please sign in to comment.