PythonPredictions / cobra

A Python package to build predictive linear and logistic regression models focused on performance and interpretation
https://pythonpredictions.github.io/cobra.io
MIT License
30 stars 6 forks source link

Update requirements specifications #158

Open sandervh14 opened 1 year ago

sandervh14 commented 1 year ago

Task Title

Task: Update requirements specifications

Task Description

Right now, our requirements.txt only lists the required packages, not a python version. It takes some "figuring out" (searching on PyPi for supported versions of the dependencies, e.g. https://pypi.org/project/scikit-learn/) before knowing which python version to install on a fresh conda environment before being able to use Cobra.

Therefore: