Skip to content
Snippets Groups Projects
Commit f886a566 authored by Christian Faber's avatar Christian Faber
Browse files

added dependencies

parent f1f2a862
Branches
Tags
No related merge requests found
......@@ -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",
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment