editsql icon indicating copy to clipboard operation
editsql copied to clipboard

Add numpy to requirements.txt

Open D4D3VD4V3 opened this issue 5 years ago • 2 comments

run.py imports numpy which is not specified in requirements.txt

D4D3VD4V3 avatar Sep 24 '20 20:09 D4D3VD4V3

same with 'six', it tries to import but it isn't present in requirements.txt

de-viant avatar Aug 18 '21 19:08 de-viant

This repo is abandoned by the author, I guess.

However, as numpy is already a peer dependency implicitly required by torch, I think adding it to requirements.txt doesn't make a difference. But the case for six, I do think that it needs to be present in requirements.txt.

m1nhtu99-hoan9 avatar Sep 14 '21 17:09 m1nhtu99-hoan9