From 08a50f7f8f739f0e47697d49d05abaf463aa5c89 Mon Sep 17 00:00:00 2001 From: Lukas Pielsticker <50139597+lukaspie@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:50:25 +0100 Subject: [PATCH] remove wrangle, astetik from requirements --- requirements.txt | 2 -- setup.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5e638c9..b4e1874 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,6 @@ -wrangle pandas numpy keras -astetik tqdm scikit-learn chances diff --git a/setup.py b/setup.py index 06178a3..670c7cc 100644 --- a/setup.py +++ b/setup.py @@ -28,10 +28,8 @@ install_requires = ['tensorflow>=2.0.0', 'statsmodels>=0.11.0', - 'wrangle', 'numpy', 'pandas', - 'astetik', 'scikit-learn', 'tqdm', 'chances',