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