From fdc014ada92d35506ee2af1a69b4429377a5cf05 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 3 Jul 2022 16:17:48 +0200 Subject: [PATCH] Release new version --- .vscode/settings.json | 1 - setup.cfg | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ff78a63..634cc9d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,7 +18,6 @@ "initialising", "inplace", "ipynb", - "joblib", "lemmatize", "levelname", "levelno", diff --git a/setup.cfg b/setup.cfg index 54aa8b9..2f7724d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = great-ai -version = 0.0.9 +version = 0.0.10 author = AndrĂ¡s Schmelczer author_email = andras@scoutinscience.com description = @@ -18,7 +18,7 @@ package_dir = = src packages = find: include_package_data = True -python_requires = >= 3.7 +python_requires = >= 3.8 install_requires = scikit-learn matplotlib