UBC-MDS / lr_cd

Python package for linear regression with coordinate descent algorithm.
https://lr-cd.readthedocs.io/en/latest/?badge=latest
MIT License
1 stars 0 forks source link

Review comments 2: change dependencies in the project.toml file prefixed with "^" to ">=" #61

Closed Jing-19 closed 1 year ago

Jing-19 commented 1 year ago

We want to keep the version in the .toml file for now, cause we are uncertain how future versions might affect the functionality of our package. We will update the dependencies version in future tests.