StacyYang / gluoncv-torch

PyTorch API for GluonCV Models
MIT License
536 stars 62 forks source link

A name of requments is wrong #27

Closed AggMan96 closed 1 year ago

AggMan96 commented 3 years ago

in setup.py

requirements = [ 'numpy', 'torch', 'tqdm', 'request', 'Pillow', ]

request should be requests

zhanghang1989 commented 1 year ago

Feel free to send PR