Muhammad4hmed / GML

Auto Data Science - Python Library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No requirements.txt

Rubix982 opened this issue · comments

Hello!

I would like to like create this project locally in a virtual environment with all the dependencies, but there is not requirements.txt here. Please create one. Thanks!

Hi, in setup.py, the dependencies are mentioned.
install_requires=['scikit-learn','xgboost','catboost','Keras','lightgbm']
You can install GML on any environment simply by pip:
pip install GML
this will install all the dependencies along with GML.

That's fine, I got that, but in case of any failures or weird error messages that might pop up in the dependencies themselves, it would help to note down which dependency is breaking. Keeping around version numbers can be useful for debugging later on. By default, I'm supposing pip just picks up the latest versions for these packages, right?

GML always requires the latest version of above mentioned dependencies.