From e7ac93847ef57726269add97802e4d59c831cf07 Mon Sep 17 00:00:00 2001 From: syauqibilfaqih Date: Sun, 29 Dec 2024 11:11:01 +0100 Subject: [PATCH] Added requirements.txt --- .gitignore | 2 ++ requirements.txt | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 .gitignore create mode 100644 requirements.txt diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..fdbbf0cc --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__ +*.html \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..efc21fd6 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +bokeh==2.4.2 +matplotlib==3.10.0 +numpy==2.2.1 +opencv_python==4.10.0.84 +pandas==1.5.3 +scikit_learn==1.6.0 +scipy==1.14.1 +tqdm==4.67.1