diff --git a/setup.py b/setup.py index 230e5d568b0946aabd66b9ed3833459ca87c1021..32efa59d0cb401e69829256ba36e779ac958318f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as f: setup( name="BioHelpers_FABER", - version="0.2.11", + version="0.2.12", description="Small collection of useful scripts for the computational work with RNA Data.", url="https://gitlab.jsc.fz-juelich.de/faber1/biohelpers", package_dir={"": "src"}, @@ -23,7 +23,7 @@ setup( "Topic :: Scientific/Engineering :: Bio-Informatics", "Topic :: Utilities", ], - install_requires=["numpy", "biopython", "matplotlib"], + install_requires=["numpy", "biopython", "matplotlib", "scikit-learn"], extras_require={"dev": ["twine"]}, python_requires=">=3.11", )