From 59091c38228a62fabb82ecfaf5d0ddea674c64e3 Mon Sep 17 00:00:00 2001 From: Eli Fajardo Date: Thu, 30 Nov 2023 15:50:17 -0500 Subject: [PATCH] update and clean up requirement.txt files --- anomalous-auth-detection/requirements.txt | 9 +++------ appshield-dga-detection/inference/requirements.txt | 2 -- appshield-dga-detection/training-tuning/requirements.txt | 8 +++----- .../training-tuning-inference/requirements.txt | 4 ---- dga-detection/requirements.txt | 4 +++- ids-detection/requirements.txt | 3 --- log-sequence-ad/requirements.txt | 6 +++--- operational-technology/inference/requirements.txt | 3 --- operational-technology/training-tuning/requirements.txt | 3 --- 9 files changed, 12 insertions(+), 30 deletions(-) delete mode 100644 asset-clustering/training-tuning-inference/requirements.txt delete mode 100644 ids-detection/requirements.txt delete mode 100644 operational-technology/inference/requirements.txt delete mode 100644 operational-technology/training-tuning/requirements.txt diff --git a/anomalous-auth-detection/requirements.txt b/anomalous-auth-detection/requirements.txt index 4151295..9696d3c 100644 --- a/anomalous-auth-detection/requirements.txt +++ b/anomalous-auth-detection/requirements.txt @@ -1,7 +1,4 @@ +--find-links https://download.pytorch.org/whl/cu118 + dgl==0.9.1 -matplotlib==3.6.2 -numpy==1.19.2 -pandas==1.2.1 -scikit_learn==1.1.3 -torch==1.7.1 -xgboost==1.7.1 +torch==2.0.1 diff --git a/appshield-dga-detection/inference/requirements.txt b/appshield-dga-detection/inference/requirements.txt index c272715..08046fd 100644 --- a/appshield-dga-detection/inference/requirements.txt +++ b/appshield-dga-detection/inference/requirements.txt @@ -1,7 +1,5 @@ keras==2.10.0 -numpy==1.23.1 onnx==1.12.0 onnxruntime==1.12.1 -pandas==1.2.4 tensorflow==2.10.0 tldextract==3.3.1 diff --git a/appshield-dga-detection/training-tuning/requirements.txt b/appshield-dga-detection/training-tuning/requirements.txt index 9cd0200..3be5a80 100644 --- a/appshield-dga-detection/training-tuning/requirements.txt +++ b/appshield-dga-detection/training-tuning/requirements.txt @@ -1,8 +1,6 @@ -matplotlib==3.4.2 -numpy==1.23.1 -pandas==1.2.4 -scikit_learn==1.1.2 +--find-links https://download.pytorch.org/whl/cu118 + tensorflow==2.10.0 tldextract==3.3.1 -torch==1.13.1 +torch==2.0.1 swifter==1.3.4 \ No newline at end of file diff --git a/asset-clustering/training-tuning-inference/requirements.txt b/asset-clustering/training-tuning-inference/requirements.txt deleted file mode 100644 index de0b6e6..0000000 --- a/asset-clustering/training-tuning-inference/requirements.txt +++ /dev/null @@ -1,4 +0,0 @@ -numpy -pandas -scikit-learn -click diff --git a/dga-detection/requirements.txt b/dga-detection/requirements.txt index 422166b..3920d4f 100644 --- a/dga-detection/requirements.txt +++ b/dga-detection/requirements.txt @@ -1 +1,3 @@ -torch==1.13.1 +--find-links https://download.pytorch.org/whl/cu118 + +torch==2.0.1 diff --git a/ids-detection/requirements.txt b/ids-detection/requirements.txt deleted file mode 100644 index 14f6679..0000000 --- a/ids-detection/requirements.txt +++ /dev/null @@ -1,3 +0,0 @@ -matplotlib==3.6.2 -numpy==1.19.2 -scikit_learn==1.2.2 diff --git a/log-sequence-ad/requirements.txt b/log-sequence-ad/requirements.txt index a88358c..bf645b3 100644 --- a/log-sequence-ad/requirements.txt +++ b/log-sequence-ad/requirements.txt @@ -1,5 +1,5 @@ +--find-links https://download.pytorch.org/whl/cu118 + gensim==3.8.0 nltk==3.8 -numpy==1.23.5 -pandas==1.5.2 -torch==1.12 +torch==2.0.1 diff --git a/operational-technology/inference/requirements.txt b/operational-technology/inference/requirements.txt deleted file mode 100644 index 3358766..0000000 --- a/operational-technology/inference/requirements.txt +++ /dev/null @@ -1,3 +0,0 @@ -requests==2.28.1 -scikit_learn==1.2.1 -xgboost==1.7.3 diff --git a/operational-technology/training-tuning/requirements.txt b/operational-technology/training-tuning/requirements.txt deleted file mode 100644 index 3358766..0000000 --- a/operational-technology/training-tuning/requirements.txt +++ /dev/null @@ -1,3 +0,0 @@ -requests==2.28.1 -scikit_learn==1.2.1 -xgboost==1.7.3