From 1a85b58c24ddb754745504f9bd4500d9ce91f92f Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Sun, 31 Dec 2023 16:07:40 +0100 Subject: [PATCH] Removed useless things and changed version --- requirements.txt | 6 ------ setup.py | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index b7e7534..010e146 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,12 +10,6 @@ wget setuptools requests -matplotlib -seaborn -mplcursors -scikit-learn - -ascii_colors safe_store ascii_colors>=0.1.3 diff --git a/setup.py b/setup.py index 3521bca..f190dbb 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def get_all_files(path): setuptools.setup( name="lollms", - version="6.9.0", + version="7.0.0", author="Saifeddine ALOUI", author_email="aloui.saifeddine@gmail.com", description="A python library for AI personality definition",