Update samples and Readme

This commit is contained in:
2023-04-12 17:40:25 +02:00
parent fa8c4a221d
commit 25d341aee5
5 changed files with 16 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ dynamic = ['version']
dependencies = ["numpy", "joblib", "scikit-learn"]
requires-python = ">=3.9"
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
"Topic :: Software Development",
@@ -33,6 +33,7 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
[project.urls]
@@ -40,7 +41,7 @@ Home = "https://github.com/doctorado-ml/FImdlp"
[tool.black]
line-length = 79
target_version = ['py39', 'py310']
target_version = ['py39', 'py310', 'py311']
include = '\.pyi?$'
exclude = '''
/(