dash-infer
dash-infer copied to clipboard
python/setup.py does not contains all install dependencies
When executing pip install dashinfer, torch, pandas, tabulate and so on are not installed automatically since the install_requires
in python/setup.py are not managed correctly.