DevoLearn / devolearn

Accelerate data driven research on embryos with deep learning models :microscope:
MIT License
43 stars 31 forks source link

changing from "pip-compile setup.py" to "pip-compile requirements.in" #77

Closed sushmanthreddy closed 1 year ago

sushmanthreddy commented 1 year ago

here in this we are changing from setup.py system to requirements.in file ,we have updated required libraries in requirements.in file by seeing import files and when we run pip-compile requirements.in

requirements.txt file is generated,according to files mentioned in requirements.in and it is used for better dependency management.so further we don't need the file setup.py so we removed it

it is a pr for the following issues https://github.com/DevoLearn/devolearn/issues/71

Orthogonal-Research-Lab commented 1 year ago

Please resolve failed checks (3.7, 3.8) in PR.