Skip to content

Commit

Permalink
fix the dependency requirement because distutils is deprecated in pyt…
Browse files Browse the repository at this point in the history
…hon 3.12

Summary:
As title

Scikit-learn still relies on distutils, which is no longer there in python3.12

Differential Revision: D51917841

fbshipit-source-id: bdc8d901401d21998ae2a2c65209f838c9951e24
  • Loading branch information
YueLi28 authored and facebook-github-bot committed Dec 7, 2023
1 parent aad176e commit 334841e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CybersecurityBenchmarks/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ openai==1.3.6
pandas==1.4.2
pyyaml==6.0.1
sacrebleu==2.0.0
scikit-learn==1.0.2
scikit-learn==1.3.2
seaborn==0.11.2
semgrep==1.51.0
tqdm==4.64.0
Expand Down

0 comments on commit 334841e

Please sign in to comment.