From a9d0975584c391c3a5100b50a115a60bcaa39cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=B1nar?= <107423523+ThecoderPinar@users.noreply.github.com> Date: Thu, 28 Mar 2024 19:32:28 +0300 Subject: [PATCH] Add files via upload --- requirements.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..ab43a16 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +pandas~=2.2.1 +matplotlib~=3.8.3 +seaborn~=0.13.2 +plotly~=5.19.0 +numpy~=1.26.4 +scikit-learn~=1.4.1.post1 +keras~=2.15.0 \ No newline at end of file