From 84701f9d06c28d3344c65f31ed7ff95fd8322443 Mon Sep 17 00:00:00 2001 From: cao-lele <65943561+cao-lele@users.noreply.github.com> Date: Sun, 14 Aug 2022 00:15:30 +0200 Subject: [PATCH] add requirement file --- requirements.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..921c63d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,9 @@ +numpy==1.20.2 +pandas==1.2.4 +altair==4.1.0 +scikit-learn==0.24.2 +pykalman==0.9.5 +notebook==6.4.7 +black>=21.11 +pmdarima==1.8.4 +matplotlib==3.5.1 \ No newline at end of file